I need to open an existing workbook, and then I need to set it's value
to a variable. I can't use the index number because I don't know
exactly how many workbooks are open.
I've tried a few ways, none successful:
1) application.Dialogs(xlDialogOpen).Show
2) Set master = Application.Dialogs(xlDialogOpen)
3) Application.Dialogs(xlDialogOpen).Show
Set master = activebook
Is there an object that's similar to 'ActiveSheet' that refers to a
workbook?