![]() |
|
#7
|
||||
|
||||
|
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
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Mail Merge Repeat Record a certain number of times
|
stacey_e | Mail Merge | 7 | 07-07-2023 01:27 AM |
| Repeat macro until no more fields | ChrisJ83 | Word VBA | 2 | 01-20-2016 04:55 AM |
Print Format - Repeat Text From a Cell on Multiple Pages
|
ChristopherHughes | Excel | 1 | 12-07-2014 08:31 PM |
How to repeat multiple .jpg's over again in Custom Slide show
|
pbyrescue | PowerPoint | 1 | 04-03-2014 12:40 PM |
| Repeat formula 5 times and repeat? | Jenny345 | Excel | 4 | 06-14-2013 04:37 PM |