jmstarbuck
Programmer
Greetings,
Is there a way to determine the current Application.Echo status?
I would like to be able to use that information to eliminate some screen flashing that occurs when subs containing application.echo false call subs that also turn it off and back on.
I've tried
and
with no success. Not finding anything when I Google this.
Thanks for looking at my post.
Janice
Is there a way to determine the current Application.Echo status?
I would like to be able to use that information to eliminate some screen flashing that occurs when subs containing application.echo false call subs that also turn it off and back on.
I've tried
Code:
If Application.Echo True
Code:
If Application.Echo = True
Thanks for looking at my post.
Janice