how to move a shape from a page to another page?

F

flame

I am working with VBA,and a problom puzzled me: how to move a shape by vba
from a page to another page? I can move it in the current page only.After
moved a shape, a "move object" item appears in the undo-toolbar ,and who can
tell me which VBA-command can replace it?
 
H

Helmut Weber

Hi,
I don't think you can move a shape from one page
to the other programmatically. You can cut and
paste it, though.
By using e.g., as one might try,
Selection.ShapeRange.IncrementTop 600 (or greater)
the shape seems to be placed outside the page. It
is still there and can be brought back, but is
unvisible.
ActiveDocument.UndoClear clears the undo buffer.
HTH
Greetings from Bavaria, Germany
Helmut Weber, MVP
"red.sys" & chr(64) & "t-online.de"
Word 2002, Windows 2000
 

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