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 Training and help » excel 2003 visual basic intermediate course - Watch window
excel 2003 visual basic intermediate course - Watch window
Resolved · Low Priority · Version Standard
RE: Watch window
Hi David,
Thank you for your question
You use the watch window to view the values of expressions when you application enters break mode.
To add a watch expression you should:-
Select the expression that you wish to evaluate in the code window
Click on the Add watch option on the debug menu. The add watch dialog will open with the expression inserted.
Select the context for the expression by defining the relevant procedure or module
When you run the code the value of the expression will appear in the watch window at each breakpoint
Regards
Stephen
Training information:
See also:
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:Using basic functions without doing formulasWhen you highlight figures Autocalc tells you the total in the bottom right of the screen, but if you right click on the sum it will give you some basic functions. The functions are Min, Max, Average, Sum, Count, and Count Nums. |