View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default System variables

Do you mean environment variables? You can use the Environ
function to access these. E.g.,


Debug.Print Environ("Username")


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"Slava." wrote in message
...
Is there a way to access system variables from Excel ( VB
script ) ?

Thank you.