Sureshaddin.xla File
Click , select the SureshAddin.xla file, and ensure it is checked in the list. Modern Alternatives
In the VBE, insert a (Right-click "VBAProject" > Insert > Module) and paste the following code. This recreates the core menu structure and common functions associated with this add-in.
Speeding up the preparation of automated invoices, printing banking checks, legal auditing agreements, and retail vouchers where writing matching financial text is legally required. Step-by-Step Installation Guide Sureshaddin.xla
: Converts a number into the Indian currency format in words (e.g., converting "5000" to "Five Thousand Rupees Only"). =INR(cell_reference)
Microsoft Excel natively uses the Western numeric system, placing digit-separator commas after millions and billions (e.g., 12,345,678.00 ). However, South Asian accounting practices require the , grouping figures in sets of thousands, lakhs, and crores (e.g., 1,23,45,678.00 ). Click , select the SureshAddin
Financial and administrative professionals in India have long faced a unique hurdle in Microsoft Excel: the software’s default number formatting follows Western conventions (millions, billions), which clashes with the Indian numbering system of lakhs and crores. The Sureshaddin.xla add‑in (sometimes referred to as SureshAddIns.xla ) was created specifically to bridge this gap, offering a simple, code‑free way to display Rupee amounts in the correct Indian format and convert numeric values into written words.
is a legacy Microsoft Excel Add-in file engineered specifically to bridge a functional gap in financial spreadsheet reporting: the conversion of raw numeric digits into the Indian numbering system and currency format . Created to streamline workflows for accountants, auditors, tax consultants, and financial professionals dealing with Indian Rupees (INR), this utility provides missing native Excel formulas. It automatically handles localized formatting nuances like lakhs and crores instead of millions and billions. Speeding up the preparation of automated invoices, printing
While modern versions of Excel have improved formatting, the "SpellNumber" functionality still requires manual VBA coding for many users. This add-in provides a "plug-and-play" solution that: Reduces Errors : No more typos when writing out large sums in words. Saves Time : Automates formatting for hundreds of rows in seconds. Professional Polish