Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel - VB - Dtat Tip Window

Status
Not open for further replies.

ProtectionEngineer

Electrical
Joined
Jun 29, 2004
Messages
33
Location
US
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.
 
If you are in Debug mode then DataTip feature should be on. If the code is not running, then no values will have been set.

Good Luck
johnwm
________________________________________________________
To get the best from these forums read faq731-376 before posting
Steam Engine enthusiasts
Steam Engine Prints
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top