I have almost finished my project on creating a quotation sheet, I amstuck on one item. I would like to add the computer user's name in acell (C9)Many thanks for your help in the past, and look forward to your helpnow.
Away from the office.....I believe it goes something like:TempVariable = environ ("ComputerName")TempVariable = environ ("Computer")
In VBA I think you'd use something like...Cells(x, y) = Application.UserName
msgbox environ("Username")gets you the logged in name.