I have downloaded a exe that allows me to import certain records into powerpoint. I want to know if there is a vb script that allows me to import a report into powerpoint.
jskello
Printable View
I have downloaded a exe that allows me to import certain records into powerpoint. I want to know if there is a vb script that allows me to import a report into powerpoint.
jskello
Welcome to the Forums.
Moved from Classic VB forum. :)
Here are some links that I found through Google that might help.
Some Methodology for you to contemplate...
Use DoCmd.OutputTo and save as a SNP (Snap shot file)
Controlling PowerPoint from Access VBA, create a new slide and add a OLEObject to it set as the SNP file that you have output..
Voila