Hey guys! I am wondering if there is anyone out there that can help me with this...
I have an Access db that I use to track metrics where I work and "number crunch" for data that I use to build ppt presentations. I have to usually do about 40 ppt's per month, and they are 98% charts.
Right now, I run queries one at a time (using SQL statements), take the resulting data and copy and paste it into and excel template (simply i made a mock table in this "template" so that the chart is already built and formatted), then copy the chart as a picture into a ppt template.
So there is a lot of manual work, which would not be that bad only I have a tone of these to do in a month's time.
SO.....how can I first of all run multiple queries in Access with VBA on the same dataset/table (I have to do sales by quarter, by month, by region, by state, by site...and all of these are Top5 aggregate, hence the reasons for the charts), and then send the resulting data to an specific excel workbook, while define what goes into what cell range???
If I get all the data into excel, and have the charts ready to go, then is there some VBA that will take the charts from excel (activeworksheet) and paste them into powerpoint as pictures in a quad view layout?
Can I do the same thing with an Access to PowerPoint approach and cut out excel all together?
I am a novice at best! ANY and ALL help, tips, advice is greatly appreciated!