In excel I have a column A with 100 rows of data, I would like to place the corresponding base 64 encoded value in column B for all items in column A.
So B1 is the encoded value of A1 etc
In excel I have a column A with 100 rows of data, I would like to place the corresponding base 64 encoded value in column B for all items in column A.
So B1 is the encoded value of A1 etc
Copyright © 2021 Jogjafile Inc.
Please, test the next code:
In order to decode the previous encoded text (for checking, too), you can use the next function:
It can be tested, selecting one cell from column "B:B", where an encoded string has been returned by the previous code and run the next testing
Sub
:If creating the reference looks complicated, please, before running the above code, run the next one to create it automatically:
Please, save the workbook after running it, in order to keep the added reference.