How can I get a variable information in VBE , While my mouse point out it ?
Asked
Active
Viewed 38 times
0

AdrieanKhisbe
- 3,899
- 8
- 37
- 45

Prectice
- 1
- 1
-
`Tools > Options` ensure that 'Auto Data Tips' is checked – 0m3r Dec 13 '15 at 05:52
1 Answers
0
If you want to learn about the options available for watching variables while stepping through code, please refer to Chip Perason's page here:
http://www.cpearson.com/excel/DebuggingVBA.aspx7
You can use the Locals window in the VBE to monitor variable values or use the Watch function to watch the values of specific objects.