Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I'm working in Word 2002 and have a macro that will run when the form is
open. The following coding works if the user opens the document in Word, however if they open it through Explorer, the macro does not run. Private Sub Document_Open() Dim Msg, Style, Title, Response Msg = "My message here." Title = "Shift + Tab Key Error" Response = MsgBox(Msg, Style, Title) End Sub Is there a way to get this to run whether the user opens the document in Word or Explorer? --- Jamie |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How To Run Macro on Open | Microsoft Word Help | |||
can macro open file, print and close Word | New Users | |||
How do I use a macro to open a doc as text, without conversion | Microsoft Word Help | |||
Form Macro doesn't "stay" when others open the document | Microsoft Word Help | |||
2000 to 2002 macro and "Could not open macro storage" | Mailmerge |