View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
excelFan excelFan is offline
external usenet poster
 
Posts: 53
Default PrintOut workSheet

Hi all,
in the following code
....
activeWorkbook.WorkSheets.Item(activeWorkbook.Work Sheets.Cout).PrinOut
....
Nothing happen, i.e No print out produced !
But when changed for example to :
....
activeWorkbook.WorkSheets.Item(4).PrintOut
.....
Things work fine , i.e the print will be produced
any explanation and help please.
thanks