Expand my Community achievements bar.

VBA - how to move page(s) from document to another

Avatar

Level 1

Hi there. I'd like to move via VBA a big quantity of pages coming from different indd Documents into a single one but after trying many times without results i think the best solution is to ask to this community.

I am trying to use the following script:

MYDOC.Pages.Item(1).Move idAtEnd, MYBLANK

where MYDOC is my active document and MYBLANK is the final destination doc. I would like to move/copy page 1 from MYDOC to MYBLANK but actually i can't find a solution.

Hoping that someone there can help me.

Regards,

-Max

0 Replies