Hi there
I currently have a VBA function that I've been working on for some time, and it's almost done
However I realised that for practicality, it would be beneficial to run a new instance of the same macro as soon as the current one is finished
Does anyone know how to do this?
Here's what I have
My VBA file runs from a .dotm file (macro enabled word template)
Once the macro has run and users have input all their data and the macro has processed it all, it spits out a word document using bookmarks
What i want it to do then is start a new instance of the template so the macro starts again
If any clarification is necessary please let me know
Thanks!