Hello John,
I need to slow down the running macro during 5 seconds (temporisation?)
because the screen updating is too slow. There is a VBA function in Excel to
do that, but I don't know it in Project.
Thanks
Newbie,
I've got an even better approach. In all of my macros that export data
from Project to Excel I invoke the ScreenUpdating Property and set it to
false. The same property is available for Project. Graphic redraw is one
of the biggest waster of time when running a VBA procedure, and most of
the time the user doesn't really need the results until the macro is
finished anyway.
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.