If I use
and the workbook is already open, will it re-open the file (wasting time for a large file) or will it just do nothing since the file is already open?
I tried running Workbooks.Open ThisWorkBook.FullName in the immediate window and it seems like nothing happens, but I want to double check, since I've seen a lot of code out there for opening a file only if it's not already open.
Thanks
Code:
Workbooks.Open "My File Name"
I tried running Workbooks.Open ThisWorkBook.FullName in the immediate window and it seems like nothing happens, but I want to double check, since I've seen a lot of code out there for opening a file only if it's not already open.
Thanks