Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I figured out the correct syntax today, the error I did before was to
cast the result into the wrong type. If anyone else has the same problem, the correct solution is: string[] s = new string[] { "Kunder", "Konsulter" }; Sheets sheets = (Sheets)workbook.Sheets[s]; sheets.PrintOut(Missing.Value, Missing.Value, copies, false, printer, Missing.Value, true, Missing.Value); |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple Sheets (Need to create 500 individual sheets in one workbook, pulling DATA | Excel Worksheet Functions | |||
Syntax for IF with multiple criteria | Excel Worksheet Functions | |||
Multiple Condition syntax needed | Excel Programming | |||
listbox1.additem syntax for multiple columns | Excel Programming | |||
Macro Questions: Returning multiple results, description of parameter syntax et al. | Excel Programming |