How to display Operating system User Name

  • Thread starter Thread starter mili
  • Start date Start date
M

mili

Hi,

How to display Operating system user using VB Macro in
Excel 2000.


Thanks

Regards

Mili
 
I know the OP wanted VBA but he might want to know that you could get the OS
with a function

=INFO("osversion")
 
Peo Sjoblom said:
I know the OP wanted VBA but he might want to know that you could get the OS
with a function

=INFO("osversion")

Good one, Peo. I wonder though if Mili wants the Logon Username, not the OS.
It's not too clear.


Best wishes Harald
Followup to newsgroup only please
 
Back
Top