Turn off Excel Visual Displays
try this TOGGLE sub
Application.DisplayFullScreen = Not Application.DisplayFullScreen = True
===
"Jeff Marshall" wrote in message
...
Hi ,
Is there a command that would turn off all the Excel visual displays ?
(The
tool bar, etc.)
I'm thinking it would be less confusing for the user .
If the macro crashes while the visual displays are off, how would I get
them
on again ?
Thanks Again
Jeff
|