Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using Office 2003 on Windows XP.
I am using the following code to print an Excel spreadsheet to a TIF FILE by using MODI. However, each time this runs, it opens the viewer. I don't want the viewer to load at all. Could someone please fix my code or post some example code that would keep the viewer from opening (or close the viewer after it opens)? ActiveWindow.SelectedSheets.PrintOut _ Copies:=1, _ Preview:=False, _ ActivePrinter:="Microsoft Office Document Image Writer on Ne00:", _ PrintToFile:=True, _ Collate:=True, _ PrToFilename:="c:\test1.tif" Thanks much in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Should I save a new query for each report or use the same and modi | Excel Worksheet Functions | |||
.xlt files change from 300 dpi to 600 dpi when printing with MODI. | Excel Discussion (Misc queries) | |||
snapshot viewer print protection error | Excel Discussion (Misc queries) | |||
Print Excel to MODI Writer? | Excel Discussion (Misc queries) | |||
urgent , display to print | Excel Discussion (Misc queries) |