Learn how to hide desktop icons in Windows 10 during a screen presentation or recording for a office meeting or live demo etc.,
Free Windows 10 to Windows 11 Upgrade – Preview version
Learn how to upgrade Windows 10 to Windows 11 using these simple steps and by opting in to Insider program. This is the safest method to upgrade your windows PC
Windows 10 Remove Weather from Taskbar
In Windows 10 weather forecast widget in taskbar is available by default. Learn how to remove weather from taskbar in Windows 10 using these steps.
Turn on Windows 10 Taskbar Search Box – Quick Shortcut
Learn how to enable a Taskbar search box in Windows 10 using simple option. This searchbox or icon will reduce loads of work for you.
Windows 10 Free Upgrade from Windows 7,8
How to upgrade Windows 7 to Windows 10? Microsoft Windows 7 official support has ended on January 14 2010. More users are rushing up to upgrade to Windows 10. If you have a valid licence to use Windows 7 pro, home or Windows 8 pro/Home editions, then this option will […]
How to find your VBA Version – V6 or V7?
How to find Your VBA Version? The below code will get the VBA version detail using pre-compiler directives. We cannot display the value in thee variables. But it can be used inside the #IF. Then we can print the required values. Here is the code that can fetch VBA version […]
Find Local IP Address – VBA Macro Code
Computer IP Address – Local & Public IP stand for Internet Protocol address. It is assigned to every network device – be in a computer, smartphone, router etc., This address is used to send the Internet data packets to the correct device attached to internet. The IP address have different […]
List all windows UserNames & Domain in VBA
List all User Accounts in Windows using VBA In vba use this code to get windows user account names & their domain names. Copy paste this code into your Excel vba project module. Run the code by pressing F5. You will get a complete list of use account names and […]
Vba Get Computer Name using environment variable
Find Computer Name in Excel VBA In this page, get three different vba code to get Computer name. Environment variable Windows Api wScript.Network To get the computer name or the host name there can be more multiple ways. But, one of these could serve the purpose. 1. Get Computer name […]
Get Current Date in Vba
Display Today’s Date & Time in VBA Function used to displaz the current date / time is Vba.Now() This function will return the date & time in this default format: 7/14/2029 11:34:31 AM The returned output can be formatted into any desired format as given in the below code snippet. […]