View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
pswanie pswanie is offline
external usenet poster
 
Posts: 247
Default Application.Sheet1.PrintOut = property not suported

thanx

"JMB" wrote:

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?