Alas, the time has come when I am finally confronting a problem that has not already been solved by your learned contributors - at least not that I can find!
I am embarking on a project to automate the creation of a PowerPoint presentation based on Access data and that involves inserting image files onto slides based on a user's selection. I have found several examples for taking text from Access tables and inserting that text into PowerPoint slides, and these will go a long way toward helping me with the project. However, the missing step for me is the insertion of an image.
The program flow will be:
- User is presented with a form with a series of topic choices with corresponding tick boxes
- Based on topics selected a number of image files saved in various directories are referenced using their file paths stored in an Access table
- Code will (hopefully!) create slides using a nominated PowerPoint template with the relevant image files inserted
If anyone is able to point me in the right direction I would be most grateful.
Thanks in anticipation.