View Single Post
  #2   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?