PDA

View Full Version : Capture user data



harmstrong
08-24-2009, 02:23 PM
We have a number of users using a workbook and we want to record who has completed each step and when.
The way the workbook will work is that when a user completes a task they hit a button which stores their user name and date stamp in a separate work sheet.
Does any one have any ideas how we can get user user name?

mdmackillop
08-24-2009, 02:30 PM
MsgBox Environ("Username")