Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Rick3789
 
Posts: n/a
Default How do I show the current Excel filepath in the toolbar line?

Is there a way to show the complete filepath of the current Excel file in a
toolbar line?
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Billigmeier
 
Posts: n/a
Default How do I show the current Excel filepath in the toolbar line?

You can display it in a cell by typing the following (verbatim)

=CELL("filename")
--
Regards,
Dave


"Rick3789" wrote:

Is there a way to show the complete filepath of the current Excel file in a
toolbar line?

  #3   Report Post  
Posted to microsoft.public.excel.misc
Ron de Bruin
 
Posts: n/a
Default How do I show the current Excel filepath in the toolbar line?

Hi Rick

Only with code you can do it as far as I know

ActiveWindow.Caption = ActiveWorkbook.FullName


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Rick3789" wrote in message ...
Is there a way to show the complete filepath of the current Excel file in a
toolbar line?



  #4   Report Post  
Posted to microsoft.public.excel.misc
Chip Pearson
 
Posts: n/a
Default How do I show the current Excel filepath in the toolbar line?

=CELL("filename")

You should add a cell reference to this function.

=CELL("filename",A1)

Otherwise, the result will be the active workbook when a
calculation is made, which may not be the same workbook that
contains the formula. Including a cell reference -- any cell will
do -- will prevent this error.


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



"David Billigmeier" wrote in message
...
You can display it in a cell by typing the following (verbatim)

=CELL("filename")
--
Regards,
Dave


"Rick3789" wrote:

Is there a way to show the complete filepath of the current
Excel file in a
toolbar line?



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
Show week number in current month DKerr Excel Discussion (Misc queries) 4 February 23rd 06 09:20 PM
Line Chart - show percent and value? PK Charts and Charting in Excel 5 November 18th 05 04:24 PM
how to change line spacing for text box in excel chart Anne Charts and Charting in Excel 1 October 5th 05 12:11 AM
Forcing Excel to Load Below Office Toolbar Bill Helbron Excel Discussion (Misc queries) 2 October 2nd 05 04:09 PM
UDF and Calculation tree Ken Wright Links and Linking in Excel 1 February 6th 05 04:58 PM


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

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

About Us

"It's about Microsoft Excel"