MichealDon
Registered User.
- Local time
- Today, 14:06
- Joined
- Nov 25, 2017
- Messages
- 29
Hi All,
I have a database, and a report on event of button click.
I can also export the report to output with .PDF format or .XPS format.
Now I want to export the report with output .PPTX (powerpont)
I visit the link below several time, also download the Demo file for learning. But it seem to be a little bit different to my database.
https://www.access-programmers.co.uk/forums/showthread.php?t=291319
In the Demo, with some controls OLE_Graphic to be defined on it, the code VBA will copy these OLE_Graphic control to Powerpoint Application then exporting output for PPTX format.
For try to testting, I copied some code from it to my database but the error measage informed " Compile error : User-defined type not defined " at the row
" Dim PowerPoint As PowerPoint.Application "
I do not know whether I can copy the output pdf, or XPS format to paste to Powerpont slide with how to code it.
Thanks very much for helping me to build the report output with the PP format and help access beginner like me to learn more .
Thank again.
MichealDon
I have a database, and a report on event of button click.
I can also export the report to output with .PDF format or .XPS format.
Now I want to export the report with output .PPTX (powerpont)
I visit the link below several time, also download the Demo file for learning. But it seem to be a little bit different to my database.
https://www.access-programmers.co.uk/forums/showthread.php?t=291319
In the Demo, with some controls OLE_Graphic to be defined on it, the code VBA will copy these OLE_Graphic control to Powerpoint Application then exporting output for PPTX format.
For try to testting, I copied some code from it to my database but the error measage informed " Compile error : User-defined type not defined " at the row
" Dim PowerPoint As PowerPoint.Application "
I do not know whether I can copy the output pdf, or XPS format to paste to Powerpont slide with how to code it.
Thanks very much for helping me to build the report output with the PP format and help access beginner like me to learn more .
Thank again.
MichealDon