98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum 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.
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
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:Changing Excel file and worksheet defaultsThe appearance of any new Excel files or any new worksheets that are inserted into a file are controlled by two template files, Book.xlt and Sheet.xlt. |