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 […]
How to get username in Python?
February 22, 2025
Print Current User Account Name in Python Here is the simple way to get the user name by using python code. Note: It is adviced not to use this function for any authorization purpose as this can be manipulated. Because the getpass reads the data from environment variables (LOGNAME or […]
Excel VBA – Get Extended File Property – Author Modified Date Time
Get code to read Excel File property like Author, Last modified date, File size etc., Also has code for reading file of any type from your computer folder.
Excel VBA Get Username – in 6 Easy ways – using Macro
Get Excel VBA Get Username code for Windows current user name or file author. Different Excel macro codes to get User Id, Network User & Computer Name.