How do I base64 encode a string efficiently using Excel VBA?

Posted by Matthew Murdoch on Stack Overflow See other posts from Stack Overflow or by Matthew Murdoch
Published on 2008-10-04T07:19:42Z Indexed on 2010/06/12 20:32 UTC
Read the original article Hit count: 309

Filed under:
|
|

I need to encode a 100KB+ string as base64 in VBA. Are there any built-in functions or COM objects available which will do this as a pure VBA approach is either complex or doesn't scale well at these volumes (see links from dbb and marxidad)?

© Stack Overflow or respective owner

Related posts about excel

Related posts about vba