Quote:
Originally Posted by Guessed
What is the point of running it more than once on the same file?
You can create another macro to run a macro multiple times.
Code:
Sub DeJaVu()
Dim i as integer
For i = 1 to 10
MyMacroName
Next i
End Sub
|
Hi Guess
Thanks for the reply. Please see my response to why i have run this macro multiple times.