Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Halp CopyBitmapToClipboard QV9

Can someone help me, is this: I have a macro export to ppt,
it works normally in QV8, ja no QV9 not, because when I copy an object to paste, if I copy another object after he gets the previous object in memory, so with that he pastes the first object, how do I clear or resolve this?

Exemple:

'where objects graphics, image were declared above

grafico.CopyBitmapToClipboard
PPSlide.Shapes.Paste.Select
Definir sr = PPApp.ActiveWindow.Selection.ShapeRange
sr.Top = 105
grafico. Minimizar

image.CopyBitmapToClipboard
PPSlide.Shapes.Paste.Select
Definir sr = PPApp.ActiveWindow.Selection.ShapeRange
sr.Top = 500
sr.Left = 17



<pre>
Labels (1)
0 Replies