List all Network adapters in a computer using Excel VBA. Get MAC address, Connection status, Name etc., Disable, Enable, On/OFF any Network adapter.
How To Sort by Color in Excel?
Learn how to sort by color in Excel using menu & VBA code. You could sort either by cell background color or the font color. Get this free code sortbycolor.
VBA – Check for Active Internet Connection – Network Status
Get VBA Code to check if the Internet connection is active. This code uses Windows API function to get the Computer’s Network connection status.
WhatsApp Latest Update Still Does not protect Profile Pictures from these Tricks?
Whatsapp – The latest update does not stop others from extracting Your Profile Picture? – How Whatsapp profile picture can be saved by strangers.
How to calculate Percentage in Excel?
Learn how to calculate percentage of nunber against a grant total in Excel & also the reverse. i.e., how do I calculate 10% of a number using plain Excel formula.
Anagram Maker – Solver Free Download – Excel App
Anagram Solver Basic App This Anagram Maker app does not require any installation other than MS Excel. It requires MS Excel to be already installed with VBA macros enabled. This app is developed using MS Excel Vba macro programming. You can input any word in this app. It has a […]
Excel VBA Check for Anagram words
Check if Two words are Anagram Anagrams are two or more different words with same combination of letters. For example: now, won, own How do we compare & verify if the two words are Anagrams or not? We can follow different logic, as discussed in here. VBA code to Check […]
Disable Autofilter Excel VBA – Filter Switch On OFF
VBA Code to check if Autofilter is on or off in a worksheet or any sheet in the workbook. Get VBA code to check the status and also to toggle the autofilter
How to Install Python in Windows? – Hello World Program
Learn to install Python latest version in your computer, write your first ever Python hello wor;d program, compile & run the program in just few minutes.
List all Excel VBA Environment Variables – Username
Read Excel vba environment variables using the code snippets. This code reads complete list of all environment variables defined in the system.