In VBA is there anyway to return the state of 'Echo'?
docmd.echo
or Application.Echo
Want to know if it's on or off. I could write a function that set a global variable, but would prefer if there was a direct way to access the 'echo' value.
In VBA is there anyway to return the state of 'Echo'?
docmd.echo
or Application.Echo
Want to know if it's on or off. I could write a function that set a global variable, but would prefer if there was a direct way to access the 'echo' value.