View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default Application.Sheet1.PrintOut = property not suported

Either
Sheet1.PrintOut
Application.Sheets("Sheet1").PrintOut

Assuming the tab name and code name are identical.


"pswanie" wrote:

Application.Sheet1.PrintOut

how do i tell it to print sheet1?