Excel VBA code to get all digits or numbers with a string. This function extract only the numbers from with in a string text.
New Android Update – View/Send SMS messages from any PC Web browser
Send View SMS messages from PC web browsers like Chrome Edge Safari Firefox for Android smartphones
Send WhatsApp without Saving Number in Contact
Use this option to send Whatsapp without saving number in your phone contacts. Use web url to send direct message to number without adding in contacts
2022 Holiday List – India Vacation Planner
2022 Holiday list for india with vacation planner details that would help you get the long vacation details along with other national holidays.
List of Holidays 2022 – USA Vacation Planner
Get the list of holidays 2022 aong with dates, days & also which one are coming up in long weekends. Plan vacation with this holiday list 2022
Convert a XML file into a Excel Sheet
VBA Loads a XML file into a Excel Sheet An XML file is like a simple text file but structured in a predefined format using tags. Sometimes you need to view an XML file and do calculation on the data using Excel. The code below is used to open an […]
Excel VBA Code to Checks if File Exists in Path
Finding an existing file & its path using Excel VBA When writing Excel VBA code that works with external files like XML or JSON, it is important that you have controls in your code to check it the file exist. If your macro (VBA program) doesn’t find a file when […]
How to remove Signature from Outlook Email using VBA code?
Get the Outlook vba code to remove the signature from a email that was autoamtically created within the macro. It is usefull when you add custom signature.
VBA To Find Last Row or Column in a Excel Wroksheet.
Get VBA code to find the last row or column in a Excel wroksheet. Pass sheetname as parameter and get last row/column returned.
VBA Convert Excel range to JPG Image
Get VBA code to convert Excel range to a image file.