How to add Date Time stamp in Notepad File There are 2 ways to do this. First one is manual & the other is automatic. 1. Press F5 will insert current date & time 2. Type .LOG as first line of notepad file. (case-sensitive) What is the difference between these […]
Excel VBA Get File Extension – 2 Simple Methods
Using Excel VBA get File extension from file name using this simple macro code. The code extracts the File extension using VBA File system object.
Excel vba Add Date Time Stamp to File Name
Save File with Date Time Stamp In Excel vba we can create new file or save the current workbook with different name. In that case, sometimes we add date, time or both at end of file. This way, the file names will be unique & also the file versioning can […]
How to do Spell Check in Excel?
How to spell check in Excel? Easy steps to invoke checkspelling module in Excel cell, range, worksheet or word thru menu and VBA Macro,
Highlight Duplicate Values in Excel with Color
Learn how to highlight duplicate values in Excel using the conditional formatting. Also the formula to find duplicate entries in a Excel range.
Excel VBA Remove Duplicates Values
Get code in Excel VBA to Remove Duplicate values from Worksheet Range or Column etc., This code uses the Excel’s built in Remove duplicates option
How to Web Scrape with VBA using IE & Parse HTML?
Get VBA code to web scrape using IE & then parse HTML data from website. The extracted website data is Parsed within Excel VBA code itself.
How to make every other Row or Column shaded in Excel?
Learn how to make every other row shaded in excel. Alternate Rows/Columns background color can be set using conditional formatting, VBA & by inserting table
How to get Computer MAC Address using Excel VBA?
Get VBA Code to find the MAC address for a computer. This VBA code will list the MAC Address of all the network adapters installed in your computer.
List all Network Adapter, MAC , Enable Disable Connection using VBA
List all Network adapters in a computer using Excel VBA. Get MAC address, Connection status, Name etc., Disable, Enable, On/OFF any Network adapter.