Hello,
I'm trying to open a workbook, like this:
Set wb = Workbooks.Open(FullPath, True, True)
That works fine. the problem is that if it's already opened, with changes, it says that it's already open, etc, and it asks me whether i want to reopen it nevetheless.
I do want to reopen it, and I want it to be automatically.
Is it possible?
Thanks