drswanker,
i guess im late...Peo Sjoblom is right...the only thing you can do i
to create your own function...
the tip that Peo Sjoblom gave you is right...go to excel vba code...
you can also try to right click your mouse on the sheet, then selec
view code...
put that script to a module..
if you want that in every time you open that workbook, you can ad
this
go to view, then select the project explorer, then your projec
explorer will pop-up, then select "Sheet1"
at the top-left most part you can see "(General)", change it t
"Workbook", then on the top-right you see "(Open)" change it t
"Activate"
then
type this one
Range("a1").value=CurrentUser()
Range("a2").value=Now()
so, every time you activate that sheet, A1 is always the username, an
a2 is always the Date.
you can also explore the VBA of excel...try it and you'll going to lik
it...
thnks...
: