Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to print 3" x 4" badges from an excel application but cannot
figure out how to set the paper size to anything but the standard sizes. I need to set it to 3 x 4. Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I had to do that once. The only way around it is to create a custom page size
on your printer itself and then selct that custom page size at run time in your application. You need to refer to your printer documentation to create the custom page size for your printer. Unless you get lucky and 3x4 is a preset label size then you can just select that... HTH "Sandy" wrote: I am trying to print 3" x 4" badges from an excel application but cannot figure out how to set the paper size to anything but the standard sizes. I need to set it to 3 x 4. Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See answer to your first posting of this question.
I think Jim is talking about creating a preconfigured print driver, then assigning that as the activeprinter in your code. That would be the easiest way if this were just for your machine. -- Regards, Tom Ogilvy "Sandy" wrote in message ... I am trying to print 3" x 4" badges from an excel application but cannot figure out how to set the paper size to anything but the standard sizes. I need to set it to 3 x 4. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 printing problem--printing 1 document on 2 pages | Excel Discussion (Misc queries) | |||
Excel Printing --Borders are not printing on the same page as data | Excel Discussion (Misc queries) | |||
Printing a heading on each new page when printing | Excel Discussion (Misc queries) | |||
Enable Double sided printing contiuously when printing multiple s. | Excel Discussion (Misc queries) | |||
Printing? Worksheets not printing the same on multiple pc's! | Excel Programming |