Tip Printed from ExcelTip.com
Problem: The Characters Are in Reverse Order
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.