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,
MYBLANKwhere 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.R...