Plotting API
Plotting API
(OP)
I have been using the following syntax in a plotting routine for
sending the page size: sw_doc.PrintSetup(swPaperSize) = vbPRPSCSheet.
I would like to use "vbPRPSUser" which is user definable. Does anyone
know the syntax for using this variable and setting the page size to
lets say 18"x23"? Thanks in advance for any help you provide.
sending the page size: sw_doc.PrintSetup(swPaperSize) = vbPRPSCSheet.
I would like to use "vbPRPSUser" which is user definable. Does anyone
know the syntax for using this variable and setting the page size to
lets say 18"x23"? Thanks in advance for any help you provide.






RE: Plotting API
The paper size can be set using Sheet::SetProperties
Hope this helps...
DimensionalSolutions@Core.com
While I welcome e-mail messages, please post all thread activity in these forums for the benefit of all members.
RE: Plotting API