R
RichardC
Hi.
I am using Visio to import a file and then VBA to export the vertices of the
shapes. I had some problems and discovered that some shapes were defined as
polyline in the geometry section and others were expanded. I have managed to
get the code to open the shapesheet and locate the pointer at polyline cell
but I am having trouble getting the right mouse click menu to open under
program control. I have been surprised that this is not just a function call
or method of a cell object. I can find no reference to it in the help file
and a macro recording of the action seems to indicate that I have to
calculate and input all the x and y information myself. I tried sendkeys (I
only need a kludge to automate the process at the moment. :=>) and the
suggested keystrokes don't open the menu for me. maybe it is my keyboard
file or something. Anyway thanks for reading this far, and if anyone has a
snippet that shows how to automate this function I would be grateful.
Best Regards
RichardC
I am using Visio to import a file and then VBA to export the vertices of the
shapes. I had some problems and discovered that some shapes were defined as
polyline in the geometry section and others were expanded. I have managed to
get the code to open the shapesheet and locate the pointer at polyline cell
but I am having trouble getting the right mouse click menu to open under
program control. I have been surprised that this is not just a function call
or method of a cell object. I can find no reference to it in the help file
and a macro recording of the action seems to indicate that I have to
calculate and input all the x and y information myself. I tried sendkeys (I
only need a kludge to automate the process at the moment. :=>) and the
suggested keystrokes don't open the menu for me. maybe it is my keyboard
file or something. Anyway thanks for reading this far, and if anyone has a
snippet that shows how to automate this function I would be grateful.
Best Regards
RichardC