Message 1 of 3
Print with Macro Printer Presets

Not applicable
08-11-2014
08:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I wrote a macro about 6 months ago that allowed us to batch print and the macro chose the correct paper size and printed to it. Now we have just made our printers better and the naming convention of the paper sizes changed. The problem is that the paper size names went from 11x17 to 11" x 17". The addition of the spaces and the " is what is causing problems with the macro. If there is anyway I can get the macro to recognize the new names or recognize printer presets then I would be good to go. Here is the line of code I've used to designate paper size in the past.
oPrintMgr.PaperSize = kPaperSize11x17
Thank you for any help you can give.
Steve