View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave[_62_] Dave[_62_] is offline
external usenet poster
 
Posts: 7
Default How do I add a variable to watch in hex?

I would like to view an array of bytes from a file stream in hex. I
saw guidance awhile back which recommends using hex(varname), but this
only seems to work one byte at a time. Does anyone know how to tell
the watch window to display all info for a variable in hex?

Thanks in advance.
Dave Smith