Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I get a system variable (environment variable) to a cell in my
spreadsheet? Thanks, Bill V |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Most can just be assigned e.g.
Sheets("Sheet1").Range("A1") = ActiveWindow.DisplayWorkbookTabs Do you have any specific ones in mind? -- Cheers Nigel "William E Voorhees" wrote in message ... How do I get a system variable (environment variable) to a cell in my spreadsheet? Thanks, Bill V |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Range("A1").value = Environ("UserName")
as an example -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "William E Voorhees" wrote in message ... How do I get a system variable (environment variable) to a cell in my spreadsheet? Thanks, Bill V |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks, that works
"Bob Phillips" wrote in message ... Range("A1").value = Environ("UserName") as an example -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "William E Voorhees" wrote in message ... How do I get a system variable (environment variable) to a cell in my spreadsheet? Thanks, Bill V |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I open an Excel file on XP system, saved on a Vista system | Excel Discussion (Misc queries) | |||
System Environment Variables | Excel Discussion (Misc queries) | |||
System Environment Variables | Excel Discussion (Misc queries) | |||
Can system variables be used inside Excel | Excel Programming | |||
System variables | Excel Programming |