View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mattias Beermann Mattias Beermann is offline
external usenet poster
 
Posts: 2
Default C# syntax for getting multiple sheets?

I haven't been able to find the syntax for doing the following in C#:

Sheets(Array("Sheet1", "Sheet3")).PrintOut

Is it possible, how?