A
Annie1904
I often create a message box in Excel, for documents I share with colleagues,
but can't find a way of making this work in word. In Excel, I use visual
basic editor to add a macro to a workbook using the following
Private Sub Workbook_Open()
MsgBox ("message, etc")
End Sub
How do I do something similar in Word - by any method?
but can't find a way of making this work in word. In Excel, I use visual
basic editor to add a macro to a workbook using the following
Private Sub Workbook_Open()
MsgBox ("message, etc")
End Sub
How do I do something similar in Word - by any method?