Ste_Moore01
Active Member
- Joined
- Jul 13, 2005
- Messages
- 467
Hi everyone,
I'm trying to run a macro when a document is opened in Word and I've found that it's a little different than Excel.
In Excel you would put something like..
But in Word it doesn't use workbooks so I'm confused.
I'm trying to print the document automatically as soon as the document is opened.
The printer is called "Zetafax Printer" and I would like it to print 1 copy as soon as the document is opened.
Can anybody help me out?
I'm trying to run a macro when a document is opened in Word and I've found that it's a little different than Excel.
In Excel you would put something like..
Code:
Private Sub Workbook_Open()
Sheets("MAIN").Select
End Sub
But in Word it doesn't use workbooks so I'm confused.
I'm trying to print the document automatically as soon as the document is opened.
The printer is called "Zetafax Printer" and I would like it to print 1 copy as soon as the document is opened.
Can anybody help me out?