J
Jack Gillis
I put the following in the Workbook_Open sub of a workbook.
ActiveWindow.Caption = ActiveWorkbook.FullName
It works just fine for that workbook but I really want it to work for
any workbook I open so I tried putting it in the Workbook_open sub of
Personal.xls. I got an error message saying something like "block
variable not set."
What can I do to make the full path name appear for any open workbook
with an entry in Personal.xls?
Thank you.
ActiveWindow.Caption = ActiveWorkbook.FullName
It works just fine for that workbook but I really want it to work for
any workbook I open so I tried putting it in the Workbook_open sub of
Personal.xls. I got an error message saying something like "block
variable not set."
What can I do to make the full path name appear for any open workbook
with an entry in Personal.xls?
Thank you.