How do I write a Macro to run another Macro a certain number of times?
How do I write a Macro to run another Macro a certain number of times?
Dim RunCount as Long
Const RunMax As Long=10
For RunCount =1 To RunMax
Call SecondMacro
Next
NickHK
"brutonparish" <[email protected]>
wrote in message
news:[email protected]...
>
> How do I write a Macro to run another Macro a certain number of times?
>
>
> --
> brutonparish
> ------------------------------------------------------------------------
> brutonparish's Profile:
http://www.excelforum.com/member.php...o&userid=35987
> View this thread: http://www.excelforum.com/showthread...hreadid=557976
>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks