0

How can I get a variable information in VBE , While my mouse point out it ?

vbs code

AdrieanKhisbe
  • 3,899
  • 8
  • 37
  • 45
Prectice
  • 1
  • 1

1 Answers1

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.

Community
  • 1
  • 1
teylyn
  • 34,374
  • 4
  • 53
  • 73