Z
zSplash
I have an auto exec macro that runs great if I put a msgbox before it, but
just stops if I comment out the message box. What do you think I could
replace the msgbox with so that whatever "action" results from clicking the
msgbox is invisible to the user?
Here's the code:
Sub AutoExec()
MsgBox "doingAction"
WordBasic.disableAutoMacros 0
AddIns.Add FileName:="S:\F.dot", install:=True
GenMerge.genIt
End Sub
TIA
just stops if I comment out the message box. What do you think I could
replace the msgbox with so that whatever "action" results from clicking the
msgbox is invisible to the user?
Here's the code:
Sub AutoExec()
MsgBox "doingAction"
WordBasic.disableAutoMacros 0
AddIns.Add FileName:="S:\F.dot", install:=True
GenMerge.genIt
End Sub
TIA