To reverse the character order, create and add a Custom Function to the Insert Function dialog box:
1. Press Alt+F11 to open the VBE.
2. In VBAProject, select any workbook name and insert a new Module by selecting Module from the Insert menu.
3. In the Module sheet, type the code lines as shown in the screenshot.
4. Press Alt+F11 to return to Excel.
5. Select a cell and press Shift+F3 to open the Insert Function dialog box.
6. From the User Defined category, insert the ReverseText function, see screenshot.
Screenshot // Problem: The Characters Are in Reverse Order
I had a string of 2,000 characters I needed reversed.
this saved me hours and hours of mind-numbing blin-inducing work. thank you, thank you, thank you (kissing feet)
Thank you!
Martin wrote on December 31, 1969 19:00 EST
Terms
and Conditions of use
The applications/code on this site are distributed as is and without warranties
or liability. In no event shall the owner of the copyrights, or the authors
of the applications/code be liable for any loss of profit, any problems
or any damage resulting from the use or evaluation of the applications/code.