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,
List available Wifi Networks & change Connection
Get cmd prompt command to list available networks in your computer wifi connection. Also get command to change to any of the preferred wifi networks of your choice.
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 Remove Duplicates in Google Sheets?
Learn how to remove duplicates in Google Sheets using these simple formula. One will simply remove the duplicates & other will give unique records count.
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.
Get list of Installed Packages in Python
Python program to Get list of installed Packages or modules using pip. Also get the cmd prompt command to get the list using pip commands.
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.