View Single Post
 
Old 04-18-2013, 10:10 AM
Drizz Drizz is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Apr 2013
Posts: 4
Drizz is on a distinguished road
Default

Oh ok I hear ya. So I had this:

'-------- AUTOOPEN ---------------
Sub AutoOpen() 'runs when document is opened
'This name "AutoOpen" is a Visual Basic reserved name for launching
'code when a Word document is opened.
'AutoOpen works in Word 'Auto_Open works in Excel
MsgBox "Ensure that you get Manager authorization", vbOKOnly + vbInformation, "NOTE"
End Sub

Do you have any idea how I edit all that to what I need?
Reply With Quote