VBA
Auto run macros
Sub AutoOpen()
Run
End SubSub Auto_Open()
Run
End SubBypass keying for testing
set USERDNSDOMAIN=<the_target_domain_name> & macrodoc.xslmLast updated
Was this helpful?
Sub AutoOpen()
Run
End SubSub Auto_Open()
Run
End Subset USERDNSDOMAIN=<the_target_domain_name> & macrodoc.xslmLast updated
Was this helpful?
Was this helpful?