Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Is it possible to hide the messages showed in the script window when a load instruction is executed ?
If you move your script into the hidden script tab, it will solve the "issue'.
Regards,
Michael
If you move your script into the hidden script tab, it will solve the "issue'.
Regards,
Michael
Just put a button and call this marco:
Sub Reload
Activedocument.DoReload 0, false, false
End sub
Let us know, if works as you desire.
Hi
Go to File--> Create Hidden Script
I hope it ll help for u.
Regerds,
Sathish