J
Joe User
Is there a simple way to see the full path name (folder and file name) of an
open workbook?
open workbook?
Gord Dibben said:If you display the Web Toolbar you will see path and name
On the Title Bar?
Private Sub Workbook_BeforeClose(Cancel As Boolean)
Application.Caption = ""
End Sub