macros under PowerPoint 2003

M

Mark H

I am attempting to run a macro in PowerPoint 2003 that
was written for PowerPoint 97. I have digitally signed
the macro, set my security settings on low and disabled
my Antivirus software, but when the macro hits
the "sendkey" statement, PowerPoint 2003 runs a virus
scanner causing the macro to run at an extremely slow
speed. How do I disable the run virus scanner so that
the macro runs at the correct speed? The macro was
created to build a slide presentation from already
created misc. slides. Is there a better way to build a
slide presentation from misc. slides? Any suggestions
would be appreciated.
 
B

Brian Reilly, MS MVP

Mark,
Why are you using SendKeys. SendKeys really should only be used as a
last resort. Post the relevant section of code and we'll see if
there's not an easier way. Why aren't you just using copy and paste in
code?

Brian Reilly, PowerPoint MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top