View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.vb.controls.creation,microsoft.public.vb.enterprise
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Converting Format to a "Data() As Byte"

http://support.microsoft.com/default...b;en-us;187675
HOWTO: Copy a String to a Byte Array Without Unicode Conversion

http://support.microsoft.com/default...b;en-us;190213
BUG: Type Mismatch Error Comparing String With Byte Array

--
Regards,
Tom Ogilvy


"John" wrote in message
...
I need to change my data format from a string array to a "Data() as Byte"
format. Having struggled to do this I have reverted to the forum.

Apologies if this is a basic question.