Z
zSplash
Hej, Guys!!
Back in December, I had a similar problem with an autoMacro, but now I'm
running into this problem with regular macros. Is this a known "bug", or am
I doing something drastically wrong in my coding? (or haven't I explained
it well enough to know!!)
The problem is that my code "runs too fast" to accomodate the changes it is
causing to the document. I deduce that from the fact that if I just put a
msgbox at the troublesome code, the routine works perfectly. When I take
out the msgbox, there are problems that result. I have tried Helmut's great
suggestion (for the autoMacro, anyway) of using a timer (i.e., '
Application.OnTime When:=Now + TimeValue("00:00:01"), Name:="continue"), but
that doesn't resolve it.
Can anyone offer any suggestions or direct me to any on-line help??
TIA
Back in December, I had a similar problem with an autoMacro, but now I'm
running into this problem with regular macros. Is this a known "bug", or am
I doing something drastically wrong in my coding? (or haven't I explained
it well enough to know!!)
The problem is that my code "runs too fast" to accomodate the changes it is
causing to the document. I deduce that from the fact that if I just put a
msgbox at the troublesome code, the routine works perfectly. When I take
out the msgbox, there are problems that result. I have tried Helmut's great
suggestion (for the autoMacro, anyway) of using a timer (i.e., '
Application.OnTime When:=Now + TimeValue("00:00:01"), Name:="continue"), but
that doesn't resolve it.
Can anyone offer any suggestions or direct me to any on-line help??
TIA