2011/01/01

hello base64

http://code.google.com/p/cowares-excel-hello/wiki/hello_base64
how to encode and decode as Base64 (ASCII Armor) at a low level in vba
VBAで Base64 (ASCII Armor) のエンコードとデコードを低レベルに行う




Snap Shots

result of test5() / test5() の結果

2 comments:

Chikolisto said...

could you upload a precompiled excel book, i cant make it work by decoding this base64 encoded text "VEVTVA==", any advice would be apreciated.

Regards, Francisco Castañeda.

cowares said...

Hi Francisco,

I committed excel 2000 books at the following.

http://cowares-excel-hello.googlecode.com/svn-history/r708/trunk/ascii/hello_base64.xls

http://cowares-excel-hello.googlecode.com/svn-history/r708/trunk/ascii/hello_base64_en.xls

If you have a trouble opening the 1st one, try the 2nd. removed far east characters from the 1st.

I added test3_more() to see it works on your text "VEVTVA==".

thanks.