Link to home
Start Free TrialLog in
Avatar of SameerMirza
SameerMirzaFlag for United Kingdom of Great Britain and Northern Ireland

asked on

excel vba code - explaination

Hi,

Mostly when we see the programs we the following two lines at the start of e.g a sub,
application.displayalerts = false
application.screenupdating = false

Now I understand that 'displayalerts' = false would cut any display messages
and 'screenupdating' = false means no processing is shown on the screen
does means the cmd window would not be shown? which appears when vba is processing
I an new to VBA and just trying to clear out my logics
It would great if any one could provide me with explanation on it

Thanks
Avatar of Rory Archibald
Rory Archibald
Flag of United Kingdom of Great Britain and Northern Ireland image

I don't know what you mean by cmd window - I assume you are not talking about a Command window since that has nothing to do with VBA.
Avatar of SameerMirza

ASKER

ok :)
thats why I am here trying to confirm what it actually doesn/ prevents from appearing on the screen
ASKER CERTIFIED SOLUTION
Avatar of Rory Archibald
Rory Archibald
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ok :) thanks alot
I just wanted to be sure - guess a stupid one but it helps
thanks