From: SpeeD on
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?

Thanks a lot
SpeeD
From: Martin Brown on
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