View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Gap Gap is offline
external usenet poster
 
Posts: 15
Default How to store hidden binary data?

Can you stringify the binary data? That way you could hold them in a
String variable.

Or hold an array of longs

Regds
Gap.