|
-
Jun 7th, 2007, 09:24 AM
#1
Thread Starter
Lively Member
[RESOLVED] setting up the printer
i want the user to set up the printer.
when we go to File/Print, the dialog box comes up and we can select
the printer and other options. then, when we click 'ok' the document is sent to the printer. this is what i DO NOT want to happen.
also, the document gets printed on 11x17 paper. well in order for 11x17 to be an option in the page set up dialog box, the correct printer has to be selected first. the code was working and i switched printers and the code errored out in the page set up portion at the 11x17 line.
what i would like to open up using code is the Start/Printers and Faxes window. i tried recording a macro but it did not record.
thanks
-
Jun 7th, 2007, 10:39 AM
#2
Thread Starter
Lively Member
Re: setting up the printer
got it.
Application.Dialogs(xlDialogPrinterSetup).Show
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|