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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Copy no 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


0 Replies