Sureshaddin.xla: New!

' 4. Insert Row (A common utility) Set MenuItem = NewMenu.Controls.Add(Type:=msoControlButton) With MenuItem .Caption = "Insert Row After Selection" .OnAction = "InsertRowAtSelection" End With

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 . Sureshaddin.xla

: Many users now copy a specific "SpellNumber" VBA script directly into their workbook's developer module to avoid the need for external add-in files. How To Install An Excel Add-in How To Install An Excel Add-in : For

: For users on newer versions of Excel, similar functionality can be achieved using VBA Code (like the SpellNumber function) or complex nested formulas involving BAHTTEXT and SUBSTITUTE . Temporary:=True) NewMenu.Caption = MenuName End Sub

' Create the main menu popup Set NewMenu = CommandBars(1).Controls.Add(Type:=msoControlPopup, Before:=HelpMenu.Index, Temporary:=True) NewMenu.Caption = MenuName

End Sub