print setup

A

Andreas Suess

another question:

I want to set in the Visio Print Setup the Paper Size to
DinA4 with VBA.

How can I do this ?

kind regards
andreas
 
G

GMorris

Try Document.PaperSize={desired size}

Using ActiveDocument.PaperSize = 9 sets the paper size to
A4 210 x 297 mm, for example.
 
Top