Because SureshAddIn.xla is a classic Compiled VBA Add-In ( .xla ), it cannot simply be double-clicked to run. It must be injected into your Excel Application Directory and activated explicitly.
Once installed, the add-in provides three main user-defined functions that can be used directly within any cell: =RSWORDS(cell_reference) sureshaddinxla
: Converts a numeric value into the equivalent Indian Rupee amount written in words. If a cell contains , this function will display "Rupees One Hundred Only". =INR(cell_reference) Because SureshAddIn