G
Guest
How do I suppress jiggling / pulsating Excel screen, mouse pointer, task bar
Ready, etc. ??
Ready, etc. ??
Dave;
For more details, please see my reply (2/3/2005 7:39 PM PST) to Frank Kabel
under: "How Can I make a cell flash in Excel". I've also replied somewhere
else, yet I couldn't locate my other reply or even the relevant post I
replied to ! (Is this what the contributers refer to as Cross-post and USENET
designation ??)
As I indicated earlier, I'm a new user of this forum, and I'm learning how
to navigate the site! I apologize for any protocol violations, if any!
Would appreciate any suggestions you might have regarding Suppressing the
"jiggle" in Excel screen, and activating "Paste" and "Paste Special" commands
while the OnTime method is on.
Thank you.
Hi Dave;
Thank you for your very informative reply.
1. The "Paste" and "Paste Special" commands in Excel::Edit menu list become
disabled while the OnTime method macro is running. Stop the macro, and the
commands become immediately available on the menu list! It seems to me that
I need to insert a statement of some sort in the macro code to cure this side
effect
2. Will certainly explore the many links you provided, particularly those
related to Excel. I'm familiar with probably a handful of them. It is
amazing how much stuff is available nowadays !!
Thanks again.
Dave;
1. It is quite critical that the OnTime method works properly on this w/s.
If one or more of the algorithms fails, the OnTime would run at 1-sec
intervals and would continue until I fix the math. Otherwise, I would
mistakenly continue with the wrong results!
2. Once the math is fixed, then data is automatically copied from other
workbooks and pasted to this worksheet to try again while OnTime is running.
3. Your example is fine if I know in advance whether I need 2 sec, 2 min, 2
hr, or 2 days to fix the math, and the pasted new data leads to a successful
run. Then, and only then, the OnTime would stop.
4. So basically, my question is:
How to keep the Excel::Edit menu commands "Paste" and "Paste Special"
available while the OnTime is on ??
Greg Truby advised earlier to include IF Application.CutCopyMode=False in
the OnTime code to avoid this problem, and press ESC to continue after paste.
It did work, but it was in a different OnTime code.
Regards.