F
fgerdil
Hello Everyone,
I become mad with this.
I want to create a short VBA module to help me with one stupid change I
have to make in a document.
Briefly, the context and the story.
I have a word document. I copy an Excel Chart and paste it as a Picture
(Ehanced Metafile) into Word.
I can go to Edit menu (or right click to the picture) and select Edit
Picture.
Of course, this action cannot be recorded in a vba module (it would be
too easy ;-) but I know this action convert the Picture into a Drawing
Canvas.
Even if I know how to navigate and change shapes in drawing canvas with
VBA, I cannot figure out how to just convert a picture into a drawing
canvas and how to get the ID of the new created canvas.
In other words, I am quiet sure there is a simple function to do what
the Edit Picture command is doing.
If any one has an idea, that would really help me to move away from
suicide ;-)
Thanks
Fred
I become mad with this.
I want to create a short VBA module to help me with one stupid change I
have to make in a document.
Briefly, the context and the story.
I have a word document. I copy an Excel Chart and paste it as a Picture
(Ehanced Metafile) into Word.
I can go to Edit menu (or right click to the picture) and select Edit
Picture.
Of course, this action cannot be recorded in a vba module (it would be
too easy ;-) but I know this action convert the Picture into a Drawing
Canvas.
Even if I know how to navigate and change shapes in drawing canvas with
VBA, I cannot figure out how to just convert a picture into a drawing
canvas and how to get the ID of the new created canvas.
In other words, I am quiet sure there is a simple function to do what
the Edit Picture command is doing.
If any one has an idea, that would really help me to move away from
suicide ;-)
Thanks
Fred