Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » When I should use False or True
When I should use False or True
Resolved · Low Priority · Version 2007
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.
For upcoming training course dates see: Pricing & availability
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
RE: when I should use False or True
Good morning, Mark.
Thank you very much!
Have a nice day too :)
|
