View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
John Wilson John Wilson is offline
external usenet poster
 
Posts: 550
Default Defining an auto-open macro that prints specific worksheets

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

sam wrote:

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