Julie has attended:
Excel VBA Intro Intermediate course
Excel Advanced course
When I should use False or True
Hi, I am not sure about when I should use False or True, in other words, False means yes?
for example,
Application.DisplayAlerts = False ( this mean that I want to display alerts?)
or
Slection.PastSpcial Paste = xlpasteValues, Operation:=xlNone, Transpose:=Fasle
Thank you very much for your help.
RE: when I should use False or True
Hello Julie,
Thank you for your question regarding True/False.
Its the other way round! True usually means yes, and False means no.
e.g.
DisplayAlerts = false
(means do NOT display alerts - if changed to true, you are telling vba to display the alerts!)
I hope this resolves your question. If it has, please mark this question as resolved.
If you require further assistance, please reply to this post. Or perhaps you have another Microsoft Office question?
Have a great day.
Regards,
Mark
Microsoft Office Specialist Trainer