I have a Visio document with several A4 pages. I am using VBA to insert a new page which I want to be A3. I am using the Add method and am using an A3 background for the new drawing but is still opens as A4. Is there a way to do a Page Setup from VBA?
' This routine will change the paper size
Debug.Print ActivePage.Shapes("thePage".Cells("PageWidth"
Debug.Print ActivePage.Shapes("thePage".Cells("PageHeight"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.