T
TOMB
I am using a combo box / Vlookup to populate a cell -say C3- with file name.
I want to use this to open the selected file.
myFile = Selection.FormulaR1C1
Workbooks.Open Filename:=myFile
However, since 'C3' is a Vlookup formula, the macro tries to open a file
based on the formula rather than the results of the formula.
Is there a way to have 'myFile' be read as the text of the cell contents?
Thanks
TB
I want to use this to open the selected file.
myFile = Selection.FormulaR1C1
Workbooks.Open Filename:=myFile
However, since 'C3' is a Vlookup formula, the macro tries to open a file
based on the formula rather than the results of the formula.
Is there a way to have 'myFile' be read as the text of the cell contents?
Thanks
TB