View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Mac issue with macro recording user login & date (run time err

Robert,
Application.Username is Read/Write.
However, it is an Office wide property, so Word, Access etc will pick up the
change.

NickHK

"Linking to specific cells in pivot table"
crosoft.com wrote in
message ...
Thanks!! One more question -- how do I change the 'Application.Username'
value?

Thanks,

Robert

" wrote:

Environ method not available on Macs. Would Application.UserName in
place of Environ("UserName") do?