how do i get my code to print when word opens
i.e.
when someone opens my document
print the document
close the document
end
i tried:
am i using the wrong code or am i putting it in the wrong place?
quizzed
faxof
i.e.
when someone opens my document
print the document
close the document
end
i tried:
Code:
Private Sub App_DocumentOpen(ByVal Doc As Document)
ActiveDocument.PrintOut
ActiveDocument.Close
End Sub
quizzed
faxof