Macros in Powerpoint

I

ibeetb

I have successfully created slides in Powerpoint from Excel. Problem
is.....while the slides in Powerpoint are being created, the user could see
it flashing back and forth. How can I precvent this? And you can't use
application.screenupdating=false. This only seems to pertain to Excel

Thanks
 
S

Shyam Pillai

Take a look at this example.
PowerPoint VBA Equivalent of Application.ScreenUpdating
http://www.mvps.org/skp/ppt00033.htm

You can also keep PowerPoint invisible and automate it. When the operation
is complete you can make PowerPoint visible, this would be the fastest and
most optimum approach.
 
Top