Defining an auto-open macro that prints specific worksheets

S

sam

How do you define an auto-open macro that prints specific
worksheets within a workbook?
 
J

John Wilson

sam,

Easiest way would be to record a macro to print out whatever
you want. When you're satisfied with the way it works, just
go into the VBA editor and rename it
Auto_Open()

John
 
Top