Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 504
Default Excel 2007 - File Path location

Hi

In old excel the web toolbar used tell me the file location including the
details of the server. Now however for both the location tab and formula
=cell("filename") return the file path without the server detail ie it shows
the drive I have mapped it to on my computer. I prefer the server details as
I can send this link to other people who can find the file regardless what
drive they have mapped the server to.

Any quick fix to display the server details instead of directory detail

thanks
--
Kevin
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Excel 2007 - File Path location

First, it's always a good idea to include a reference to the worksheet/workbook
in that formula:

=cell("filename",a1)
(I use the cell that contains the formula)

If you don't use it, then the formula will return the name of the
workbook/worksheet that was active when excel recalculated.

Second, (and I don't have access to a network share to test), but I thought that
you'd see whatever you used to open the file.

If you opened it from the mapped drive, then you'll see the mapped drive letter.

But if you opened it from the shared drive, you'll see the \\server\path stuff.

====
But there are ways of translating between mapped drives and UNC paths.

I searched google for:
vba mapped drive unc path

And found a hit from Rob Bovey:
http://groups.google.co.uk/group/mic...25028147e02 6

or

http://snipurl.com/3v5dx



Kevin wrote:

Hi

In old excel the web toolbar used tell me the file location including the
details of the server. Now however for both the location tab and formula
=cell("filename") return the file path without the server detail ie it shows
the drive I have mapped it to on my computer. I prefer the server details as
I can send this link to other people who can find the file regardless what
drive they have mapped the server to.

Any quick fix to display the server details instead of directory detail

thanks
--
Kevin


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to display full file path name in Excel 2007 Gary Roll Excel Discussion (Misc queries) 2 April 27th 23 07:48 PM
Inserting File name and path in Excel 2007 Documents Christine Excel Discussion (Misc queries) 2 January 16th 08 12:11 AM
Excel 2007 add-in with file path showing Razzer204 Excel Discussion (Misc queries) 3 March 21st 07 04:24 PM
Formula too long - new file path is shorter than old file path - Excel 2003 Greg J Excel Worksheet Functions 1 November 22nd 06 05:16 PM
print file path and location in a footer be New Users to Excel 2 June 15th 05 03:56 PM


All times are GMT +1. The time now is 04:12 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"