E
Ed
Well, my routine works with only a few minor glitches. Unfortunately, it
takes over an hour to complete itself! It made 5,837 loops, so I guess
that's acceptable.
I wanted to ask about time-saving tips. If I can shave .1 or .2 seconds off
each loop, I can save a half an hour of run time.
(a) I have the main routine, during which I call up subroutines. Would it
be better to put all code in one single long module?
(b) Some of the code is straight from the Macro Recorder, so I know it's
stuffed with all kinds of parameters I don't care about. But I'm leery about
deleting lines without knowing for sure if it will have a disasterous
effect. Any guidelines for cleaning up are appreciated.
(c) I read something about clearing the Undo buffer. Would it save time to
clear this during each loop?
Thank you for your help.
Ed
takes over an hour to complete itself! It made 5,837 loops, so I guess
that's acceptable.
I wanted to ask about time-saving tips. If I can shave .1 or .2 seconds off
each loop, I can save a half an hour of run time.
(a) I have the main routine, during which I call up subroutines. Would it
be better to put all code in one single long module?
(b) Some of the code is straight from the Macro Recorder, so I know it's
stuffed with all kinds of parameters I don't care about. But I'm leery about
deleting lines without knowing for sure if it will have a disasterous
effect. Any guidelines for cleaning up are appreciated.
(c) I read something about clearing the Undo buffer. Would it save time to
clear this during each loop?
Thank you for your help.
Ed