Christopher has attended:
PowerPoint Introduction course
PowerPoint Intermediate Advanced course
Excel Intermediate course
Excel Advanced course
Macros
How do you know what part to remove in a macro to make it run faster?
RE: Macros
Hi Christopher, thanks for your query. It's a bit of an art, I'm afraid. The macro won't run much faster by removing lines of code, unless those lines are taking a long time to process your information. The real way to significantly soup up the speed of your macros would be to code them from scratch in VBA, using loops and variables, rather than the script the macro recorder generates.
Hope this helps,
Anthony