Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 147
Default Hover over variable?

I'm wondering why VBA decides that sometimes it will show the variable value
when I put the cursor over it and sometimes it will not. Forcing me to
create a debug.print VARIABLE everytime I want to make sure things are
progressing properly.?


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 318
Default Hover over variable?

Hi,

Could you clarify since the only variables for which VBA does not show the
values are object variables for example those defined as Worksheet or
workbook or recordset etc. For those defined as integer,single,double etc, I
have had no problem. Can you post a small piece of your code where you do not
see the values when you hover your cursor over them?

Alok

"HotRod" wrote:

I'm wondering why VBA decides that sometimes it will show the variable value
when I put the cursor over it and sometimes it will not. Forcing me to
create a debug.print VARIABLE everytime I want to make sure things are
progressing properly.?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 147
Default Hover over variable?

This isn't a variable problem it's a VBA problem.

There are times when no matter what VARIABLE (Int, String etc.) I hold my
cursor over while in debug mode it will not show me the value. Take the code
below for example if I put my cursor over "MyName" while stepping through
the code Sometimes it will show the value and sometimes it won't show
anything. Even shutting down Excel and reloading it doesn't seem to restart
this.



Dim MyName as String

MyName = "What Ever"

Debug.Print MyName


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
hyperlink Hover Preview Recon001 New Users to Excel 2 December 28th 09 02:59 PM
Hover Help--Insert Screen Tip erik_gregory Excel Discussion (Misc queries) 2 April 30th 08 10:51 PM
Making rows 'hover'? Martin Damgaard Excel Discussion (Misc queries) 1 April 24th 08 04:57 PM
Hover values in chart Midas Charts and Charting in Excel 1 February 8th 08 02:09 PM
Hover change Voodoodan Excel Discussion (Misc queries) 4 May 5th 06 01:32 PM


All times are GMT +1. The time now is 12:40 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"