"Rick Rothstein" <(E-Mail Removed)> wrote:
> execute this statement in the Immediate window...
> ? Var
Okay. I hadn't thought about that (klunk!). Thanks.
But I prefer not to do that since it slows down the process of browsing the
current program state.
Is there any way to expand the size of the box that appears when hovering
the cursor -- either permentantly or just for the "current hover"?
For the latter, I am think of some keyboard shortcut such as holding ALT or
CTRL while hovering. But I think I tried that, to no avail.
----- original message -----
"Rick Rothstein" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Print it in the Immediate window (Either View/Immediate Window from the
> VBA menu bar or, alternately press Ctrl+G, if it is not showing). For
> example, if your variable is named 'Var', then just execute this statement
> in the Immediate window...
>
> ? Var
>
> --
> Rick (MVP - Excel)
>
>
> "JoeU2004" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> When I am at a breakpoint, I can hover the cursor over a variable to see
>> its current value. But if the value of a string variable is "too long"
>> (TBA), it appears in the box as ``var="blah-blah...``. That is, it is
>> incomplete.
>>
>> How can I see the entire string value -- and any other values that might
>> be "too long" and get truncated?
>
|