View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Martin Brown Martin Brown is offline
external usenet poster
 
Posts: 230
Default Import image as binary data to a cell

SpeeD wrote:
Hi. i need to import a file (jpg) as a binary data, to a cell, for further
processing (transform to base 64)

how can i do this?


Short answer is you can't. There is no Excel variable type that can
accept a JPEG stream into a single cell. Best you can hope for is to
read it into an array or range of cells.

Regards,
Martin Brown