Import image as binary data to a cell

S

SpeeD

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
 
M

Martin Brown

SpeeD said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top