Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
What error you are getting? Is MS PowerPoint installed in your machine, this works only if PowerPoint is installed in the machine.
Hope this helps you.
Regards,
Jagan.
Hi,
Sometimes, with this type of operation there is an error when QV moves too fast from one command to the other.
I suggest you include some sleep and waitforidle
please, try this:
Set PPSlide = objPresentation.Slides.Add(1,11)
ActiveDocument.GetSheetObject(item).CopyBitmapToClipboard
ActiveDocument.GetApplication.WaitForIdle
ActiveDocument.GetApplication.Sleep 5000
PPSlide.Shapes.Paste
ActiveDocument.GetApplication.WaitForIdle
ActiveDocument.GetApplication.Sleep 5000
If it works, you can try the script with just the waitforidle or reduce the sleep time (milisecond)
Regards,
Erich