I
Ian Elliott
Thanks for any help.
I have a cell at the bottom of my worksheet that shows where the file is
located, by using =CELL("filename"). This way, other users who see the
print-out can easily find the file. But different users in our company map
different folders to their drives. So my M: drive might be \\PRXHIX\WORK\,
but another's might be \\PRXHIX\SHARED\ (not the real folder names). To get
around this, I did:
="\\PRXHIX\WORK\" & RIGHT(CELL("filename"),LEN(CELL("filename"))-2)
but if some other user takes this file, they have to rewrite the beginning
if their mapped drive is different. Is there some function in Excel that
gives the folder, not just the drive mapping?
Thanks again.
I have a cell at the bottom of my worksheet that shows where the file is
located, by using =CELL("filename"). This way, other users who see the
print-out can easily find the file. But different users in our company map
different folders to their drives. So my M: drive might be \\PRXHIX\WORK\,
but another's might be \\PRXHIX\SHARED\ (not the real folder names). To get
around this, I did:
="\\PRXHIX\WORK\" & RIGHT(CELL("filename"),LEN(CELL("filename"))-2)
but if some other user takes this file, they have to rewrite the beginning
if their mapped drive is different. Is there some function in Excel that
gives the folder, not just the drive mapping?
Thanks again.