Make your Excel a powerful tool with below VB codes

Shortcut key for VB in Excel is Alt+F11 & for Macros Alt+F8
Convert Numbers into words
Steps 1. Click on Copy the VB Code.
2. Click Ok on the alert message.
3. Open the excel file where number needs to be converted.
4. Type Alt+F11.
5. Click on Insert and Select module from menu bar.
6. Paste the code & close the window.
7. After the Number column use ConverttoIndianword formula to convert the number into words.
Extract Address in 100 charcter with City, State, pincode in separate cell
Steps 1. Click on Copy the VB Code.
2. Click Ok on the alert message.
3. Open the excel file where extraction need to be done.
4. Type Alt+F11.
5. Click on Insert and Select module from menu bar.
6. Paste the code & close the window.
7. Type Alt+F8 for macors and click on run.
Convert Words into Number
Steps 1. Click on Copy the VB Code.
2. Click Ok on the alert message.
3. Open the excel file where number needs to be converted.
4. Type Alt + F11.
5. Click on Insert and Select module from menu bar.
6. Paste the code.
7. After the Number column use ConverttoIndianwordstoNumber formula.
Calculate Age in Years, Months, Days

Steps 1. Click on Copy the VB Code.
2. Click Ok on the alert message.
3. Open the excel file where number needs to be converted.
4. Type Alt + F11.
5. Click on Insert and Select module from menu bar.
6. Paste the code.
7. After the date column use =ExtractAge formula.
Extract Only Numbers from Text
Steps 1. Click on Copy the VB Code.
2. Click Ok on the alert message.
3. Open the excel file where number needs to be converted.
4. Type Alt+F11.
5. Click on Insert and Select module from menu bar.
6. Paste the code & close the window.
7. After the Number column use =ExtractNumbers.
Convert to Proper Case (Better than Excel’s PROPER)
Steps 1. Click on Copy the VB Code.
2. Click Ok on the alert message.
3. Open the excel file where number needs to be converted.
4. Type Alt+F11.
5. Click on Insert and Select module from menu bar.
6. Paste the code & close the window.
7. After the Number column use =smartproper.
Convert Date to Words
Steps 1. Click on Copy the VB Code.
2. Click Ok on the alert message.
3. Open the excel file where number needs to be converted.
4. Type Alt+F11.
5. Click on Insert and Select module from menu bar.
6. Paste the code & close the window.
7. After the date column use =Datetowords.
Ledger OB Balance template creation for SAP B1
Steps Note: User Inputs should as Cut off date, Opening balance ledger code, SAP G/L Code,DR/CR, Amount in excel rows. 1. Click on Copy the VB Code here.
2. Click Ok on the alert message.
3. Open the excel file where extraction need to be done.
4. Type Alt+F11.
5. Click on Insert and Select module from menu bar.
6. Paste the code & close the window.
7. Type Alt+F8 for macors and click on run.
Scroll to Top