ProtectionEngineer
Electrical
- Jun 29, 2004
- 33
I am using Excel 2003 Visual Basic. I would like to know how to activate the "Data Tip Window". I used to have this ( Excel 2000 ) feature activated automatic when I place the cursor on the varible.
Can someone show me how to activate this Data Tip feature?
Thanks
Alex
Data Tips Window
A box that displays the value of the variable over which your cursor is placed.
For example, if you set x=5 and then set breakpoint before the end of your code, when you run your code and place your cursor over the "x", the value 5 appears in the Data Tips window.
Can someone show me how to activate this Data Tip feature?
Thanks
Alex
Data Tips Window
A box that displays the value of the variable over which your cursor is placed.
For example, if you set x=5 and then set breakpoint before the end of your code, when you run your code and place your cursor over the "x", the value 5 appears in the Data Tips window.