Hi,
I would like to create a macro that retrieves data from workbooks and worksheets whose names have not yet been defined.
Does anyone know if it is possible to use the application.inputbox method to manually select a certain workbook
What I have now is:
Set RefCell = Application.InputBox("select one single cell", "SELECT", Default:=ActiveCell.Address(external:=True), Type:=8)
RefCell.Select
<refcell.select> fails for some reason.
Many thanks for your help,
Emiel
I would like to create a macro that retrieves data from workbooks and worksheets whose names have not yet been defined.
Does anyone know if it is possible to use the application.inputbox method to manually select a certain workbook
What I have now is:
Set RefCell = Application.InputBox("select one single cell", "SELECT", Default:=ActiveCell.Address(external:=True), Type:=8)
RefCell.Select
<refcell.select> fails for some reason.
Many thanks for your help,
Emiel