Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hallo,
I need to call a Sub (defined inside the load script) from inside a vbscript macro launched by pressing a button... Is that possible?
Thank you
hi,
try ActiveDocument.Reload
Thank you so much...
I have same problem but i have different sub inside the script , how can i call the different sub separately ?for example i have 2 button B1 , B2 i want to run sub 1 by pressing B1 and sub 2 by pressing B2 and in each time pressing i want just call and execute one of the sub . thanks
Make the first button action to be set a variable value. Then test the variable in an IF statement in the script to select script block(s) for execution.
-Rob