Hi,
I have the following piece of code
Nothing spectacular but the second time it calls the FormatBBS macro it needs to skip a certain piece of code of that macro. Can anyone advise me how to go about that?
The macro that calls the FormatBBS macro is in the same module. I would like to do it with an array but i never really have understood how they work
Cheers,
Roland
I have the following piece of code
Code:
'format both BBS files
wbThisMonth.Activate
FormatBBS
wbLastMonth.Activate
FormatBBS
Nothing spectacular but the second time it calls the FormatBBS macro it needs to skip a certain piece of code of that macro. Can anyone advise me how to go about that?
The macro that calls the FormatBBS macro is in the same module. I would like to do it with an array but i never really have understood how they work
Cheers,
Roland