Friends, I have a form where there are several messages to users. I wonder if you have a simple code where I can get the user name the system to use in messages.
Thank you.
Friends, I have a form where there are several messages to users. I wonder if you have a simple code where I can get the user name the system to use in messages.
Thank you.

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
Fabio,
This will capture the logged on User Name: zUserName = Environ("USERNAME")![]()
fabiobarreto10 (2012-06-11)
RetiredGeek, thank you.