M
moonhkt
Hi Reader
In Normal.dot, Add AutoOpen and AutoNew sub, But, when I click winword
shutcut, the word just create blank document1 without run AutoOpen
sub. How to setup ?
Also, I want add Menu in Normal.dot. How to setup ?
Sub Autoopen()
'~~ VBA
Call PerActiveMenu
End Sub
Sub AutoNew()
MsgBox "new"
End Sub
Sub PerActiveMenu()
MsgBox "dd"
End Sub
In Normal.dot, Add AutoOpen and AutoNew sub, But, when I click winword
shutcut, the word just create blank document1 without run AutoOpen
sub. How to setup ?
Also, I want add Menu in Normal.dot. How to setup ?
Sub Autoopen()
'~~ VBA
Call PerActiveMenu
End Sub
Sub AutoNew()
MsgBox "new"
End Sub
Sub PerActiveMenu()
MsgBox "dd"
End Sub