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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top