jacobydavidf
New member
- Local time
- Today, 14:36
- Joined
- Jul 27, 2012
- Messages
- 1
I'm trying to automatically generate a powerpoint based on queries and data in my access database.
To start i'm simply trying to build a masterslide that is formated properly. I'm having trouble getting an image in my database to paste onto my slide in powerpoint. Here is my code:
Forms!powerppt.Image2.Image.Copy
oPPT.ActivePresentation.SlideMaster.Shapes.Paste
The image is called image2 and its on the form powerppt.
Thank you!
To start i'm simply trying to build a masterslide that is formated properly. I'm having trouble getting an image in my database to paste onto my slide in powerpoint. Here is my code:
Forms!powerppt.Image2.Image.Copy
oPPT.ActivePresentation.SlideMaster.Shapes.Paste
The image is called image2 and its on the form powerppt.
Thank you!