Mail Icon
SupportRaise a Ticket

Sureshaddin.xla

' Code for ThisWorkbook or a Module to handle menus Const MenuName As String = "Suresh Utilities"

To use these custom functions, the add-in must be manually integrated into Excel:

The file is a legacy Microsoft Excel Add-in used to convert numerical values into words, specifically formatted for the Indian Rupee (INR) . Sureshaddin.xla

=RSWORDS(Cell_Reference) : Translates a number into written words (e.g., "Five Thousand Only"), which is essential for professional invoicing and bank checks. Installation & Setup

For the safety of your personal data and system integrity, the recommended path is to . Instead, the safest and most reliable solution is to create your own VBA function using trusted, publicly available code from a professional community site. This approach provides the same functionality without the risk. Staying safe with add-ins is a matter of balancing convenience with caution, and in the case of Sureshaddin.xla, the balance weighs heavily against its use. ' Code for ThisWorkbook or a Module to

Manual conversion of large figures into words is prone to human error, especially with the unique Indian numbering system (Lakhs/Crores). This add-in is a common recommendation on professional finance portals like SimpleTaxIndia

If your formulas display a #NAME? error, Excel does not recognize the custom UDF. This usually indicates that the add-in has been unlinked or the file path was altered. To fix this, reopen the manager, uncheck the add-in, click OK , and then go back to re-browse and link the file correctly. Handling Security Blockades Instead, the safest and most reliable solution is

If Excel displays an error regarding this file or if you wish to remove it, follow these steps: Open Excel and go to File > Options > Add-ins .

' 3. Case Changer Set MenuItem = NewMenu.Controls.Add(Type:=msoControlButton) With MenuItem .Caption = "Change Case to UPPERCASE" .OnAction = "ChangeCaseUpper" End With

For years, accounting, payroll, and tax professionals working in the Indian corporate sector faced a structural limitation in Microsoft Excel: the lack of a native SPELLNUMBER formula configured for lakhs and crores. To bridge this gap, independent developers created custom Visual Basic for Applications (VBA) add-ins. SureshAddin.xla became a highly popular, widely circulated tool across Indian financial forums and tax blogs like SimpleTaxIndia . Core Functions of SureshAddin.xla

: Confirm that the add-in remains actively selected under your system's options configuration panel. If you open workbooks across separate machines, ensure that each unique terminal has the extension file stored locally. The #VALUE! Error