Hi,
I have a userform in my spreadsheet and I want to run Module1. Does anyone know the syntax to do so?
Thanks
Paul Homer
Hi
Not sure if you can call the whole module. I would use:
Application.Run "name of your macro" (use the quotes)
hope this is what you are after
regards
Derek
Like this thread? Share it with others