Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a program which creates an Excel spreadsheet, then uses the following
to print to a printer: oXL.Application.ActivePrinter = "\\ServerName\PrinterName on Ne01:" oXL.ActiveWindow.SelectedSheets.PrintOut Copies:=1, ActivePrinter:= _ "\\ServerName\PrinterName on Ne01:", Collate:=True This program is run in batch. As long as "Administrator" is the processer of the batch it works fine. However, since "Administrator" is not generally a user to have running programs all the time, I have set up antoher user with administrator rights. When processing under this user the command gets a "Mode" error. Anyone know what specific permissions are needed for a batch job to print an excel spreadsheet? Thanks in advance. -- Tom at Famous Daves |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Batch print excel files | Excel Discussion (Misc queries) | |||
How do I batch print changing info to a template in Excel ? | Excel Discussion (Misc queries) | |||
Can I batch print several files at once with Excel? | Excel Discussion (Misc queries) | |||
Batch printing of excel files | Excel Programming | |||
How can I batch print Excel files? | Excel Programming |