View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
James Agostinho James Agostinho is offline
external usenet poster
 
Posts: 11
Default Immediate window question

Can someone please help me with the right way to read a position of an array
in the immediate window, or better yet can I show the values of all the
positions in t he immediate window

I have an array call strHexArray and it holds 5 values

Here is what I do
Dim strHexArray(5) as String

Then I load the elements from a for next loop and then

TRY to read the different positions to convert the values to the equivalent
binary values

Any help would be greatly appreciated
Thanks
Jim