Moving page programmatically

D

Daniel Kloberg

Hi,

is there any way to move a Visio page programmatically, from one index to
another?

Regards
/Daniel
 
C

Chris Roth [ Visio MVP ]

Just do it!

thisdocument.Pages(1).Index = 2

Visio reassigns indices for other pages as needed when you do this. In this
example, Page 2 becomes Page 1...

--

Hope this helps,

Chris Roth
Visio MVP
 

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