Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear colleagues, good day!
I'm trying to export data to Power Point (MS Office 2007). I have simple code, which must only open ppt document:
Sub ExportPPT()
Set objPPT = CreateObject("PowerPoint.Application")
objPPT.Visible = True
Set PPSlide = Nothing
Set PPPres = Nothing
Set PPApp = Nothing
End Sub
But this macro not working (any reaction when i run it)
Maybe, there are some features with exporting to ppt 2007?
Thanks.
The macro works fine for me.
Do you have Macro Security set to System Access?
Are you trying to run the macro from the accesspoint?
If yes, are you using IE and the QV Plugin?
I try to run macro on server.
When i run it as accesspoint, it works fine...