VBA

Auto run macros

Auto execute - Word

Sub AutoOpen()
Run
End Sub

Auto execute - Excel

Sub Auto_Open()
Run
End Sub

Bypass keying for testing

set USERDNSDOMAIN=<the_target_domain_name> & macrodoc.xslm

Last updated

Was this helpful?