get (not selected) Shape ID

M

Mjk

Hi everybody,
I need to get the shape ID of a not selected shape in order to pass it
in a VBA MACRO.
I have to pass it on Move event, so i wrote in ShapeSheet Events
Section, EventXFMod: RUNMACRO("NameFunction(ID)"), but ID is not
correct.
Can anybody help me?
Thanks

Gvnn
 
M

Mark Nelson [MS]

If you use the CALLTHIS function, the Shape object is passed as a parameter
to your code. Check the developer help for syntax details.

--
Mark Nelson
Office Graphics - Visio
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.
 

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