I need to convert an image inside Excel (or through VBA) to base64 (in the end I will make XML output).
How can I do this? Do I need to make a reference to DOM?
I′ve been reading this question but it only works for text strings not images...
Does anyone have any code that I can see?
See Question&Answers more detail:os