Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 162
Default Difference between xl11x17 and xlTabloid (PageSetup)?

xl11x17 and xlTabloid are both 11x17 page sizes. For
PageSetup.PaperSize I tried the more intuitively named xl11x17 but
that threw an error.

Anyone know what the difference is?

Thanks,

Nicholas Hebb
BreezeTree Software
http://www.breezetree.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Difference between xl11x17 and xlTabloid (PageSetup)?

Nick,
Check the object browser for the correct spellings for the values of this
enum. In my XL2003:

Const xlPaper11x17 = 17 (&H11)
Member of Excel.XlPaperSize

Const xlPaperTabloid = 3
Member of Excel.XlPaperSize

Still depends on if the print driver supports these values.

NickHK

"Nick Hebb" wrote in message
oups.com...
xl11x17 and xlTabloid are both 11x17 page sizes. For
PageSetup.PaperSize I tried the more intuitively named xl11x17 but
that threw an error.

Anyone know what the difference is?

Thanks,

Nicholas Hebb
BreezeTree Software
http://www.breezetree.com



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 162
Default Difference between xl11x17 and xlTabloid (PageSetup)?

NickHK -

Yeah, I typed it wrong. The constants are xlPaper11x17 and
xlPaperTabloid. Both produce an 11x17 paper size, though.

I did find a KB article (http://support.microsoft.com/kb/244639/en-us)
that lets you enumerate the paper sizes supported by the active
printer, but I find that between printers the names are consistent for
the same paper size. I guess the option will be to set it and test for
errors.

Nicholas Hebb
BreezeTree Software
http://www.breezetree.com


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Difference between xl11x17 and xlTabloid (PageSetup)?

Nick,
It will depend how the driver was written. Try one value and if it fails,
try the other.

Seems there also:
xlPaperLedger. Ledger (17 in. x 11 in.)
which the same physical size but rotated (?).

I never had the need to print to such paper, so I have no idea which is more
commonly used.

NickHK

"Nick Hebb" wrote in message
oups.com...
NickHK -

Yeah, I typed it wrong. The constants are xlPaper11x17 and
xlPaperTabloid. Both produce an 11x17 paper size, though.

I did find a KB article (http://support.microsoft.com/kb/244639/en-us)
that lets you enumerate the paper sizes supported by the active
printer, but I find that between printers the names are consistent for
the same paper size. I guess the option will be to set it and test for
errors.

Nicholas Hebb
BreezeTree Software
http://www.breezetree.com




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
PageSetup Class P Dev Excel Programming 9 August 19th 08 02:39 AM
PageSetup Stanley Excel Discussion (Misc queries) 1 December 14th 05 07:21 PM
charting a difference of 2 columns' w/o adding a difference column Wab Charts and Charting in Excel 4 July 27th 05 02:37 AM
PageSetup Simon Shaw Excel Programming 3 May 28th 05 01:28 PM
PageSetup Simon Shaw[_4_] Excel Programming 1 May 28th 04 08:41 AM


All times are GMT +1. The time now is 12:53 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"