Elsewhere I have created captions for files I load. Normally I would use the command Windows("myfile").activate but the captioned name is what I need to do:
But I don't know how to navigate to the current book without knowing it's captioned name. How can I get that property so I can navigate to it?
Code:
CurrentWorkBook = ActiveWindow.Caption
Windows(CurrentWorkBook).Activate
But I don't know how to navigate to the current book without knowing it's captioned name. How can I get that property so I can navigate to it?