Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is Application.Echo True?

Status
Not open for further replies.

jmstarbuck

Programmer
Aug 11, 2003
90
US
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
Code:
If Application.Echo True
and
Code:
If Application.Echo = True
with no success. Not finding anything when I Google this.

Thanks for looking at my post.

Janice
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top