Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i set a variable to the path the files are in at my location. when i take it
to the client, i have to remember to change the string to their path. so i used the environ("username") to set it. is this a normal way to do this so you don't always have to remember to change it? If UCase(Environ("UserName")) = "USER" Then ' this is me at my location fPath = "N:\My Documents\FolderName\" Else fPath = "\\ServerName\share\FolderName\" End If -- Gary |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
From Accepted Bid to Purchase Order | Excel Discussion (Misc queries) | |||
No. of digits accepted in one cell | Excel Worksheet Functions | |||
using a selection box and moving the accepted data | Excel Worksheet Functions | |||
Inconsistency in how Range object is accepted? | Excel Programming | |||
line not accepted ? | Excel Programming |