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 » Variables
Variables
Resolved · Low Priority · Version 2003
Vishal has attended:
Access Introduction course
Access Intermediate course
Excel VBA Intro Intermediate course
Excel VBA Advanced course
Access Advanced course
Variables
Please explain how you can view a list of all user defined variables within a project.
RE: Variables
Hi Vishal
Thank you for your question
The quickest way to view all the variables in a procedure is to use the locals window. This lists all procedure level variables, as well as variables declared at modular and public levels. In addition, as the code runs in break mode it displays the changing values of these variables.
Hope this is useful
Regards
Stephen
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:Display developer tab - Excel 2010a. In Excel, click on the File tab |