NEED A MVP

  • Thread starter Thread starter Sonbelt
  • Start date Start date
S

Sonbelt

Hi;
I'm working on a VBA PowerPoint automation project for my company. I'm
using the Microsoft Jet to access source CSV files to populate slides that
are named and have named objects in them. I'm having a couple of
difficulties I need help with please.

(1) I'm adding values to MS GRAPH datasheet cells and each time I loop
through it is creating a new instance of MS GRAPH but when I set the object
variable to NOTHING it is not releasing the automation object so I get
multiple instantiations of MS GRAPH. Can you tell me how to get it to
close?

(2) My automation is running very slow. Can you tell me how to get it to go
faster?

Thanks a bunch for your help,

Greg
 
Thank you, got the instantiations to stop by using QUIT.

I'll try the logging and come back when I can ask more intelligently. :)

Greg
 
Back
Top