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 » VBA
VBA
Resolved · Low Priority · Version 2003
Jonathan has attended:
Excel VBA Intro Intermediate course
VBA
How can you tidy up code?
RE: VBA
Hi Jonathan
Sorry for the delay in answering this question.
When running code written in procedures the computer does not look for how tidy or ascetic the code is.
It only looks at whether the code is correct with no errors.
However when we edit code we usually like the code to be easily readable.
To this end I use indents to tidy up the code. Every new routine in side a procedure is indented for easy reading.
The use of comments also assists in the understanding of the procedures
Hope this helps
Carlos
Wed 18 Feb 2009: Automatically marked as resolved.
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:Highlighting only Text cellsTo select onlt text value cells in a spreadsheet, click on Edit-Go to(F5) |