C
cullenb
Hello
in my code i have the following line
Workbooks.Open Filename:= _
"G:\MyDocuments\excel\abigsheet\bigsheetJan.xls"
on my sheet i have a data validation list containing the months of the year.
I would like to select from this list and have the appropriate workbook
open. However i cannot find the correct method for concatenating the
selection with the filename.
eg
Workbooks.Open Filename:= _
"G:\MyDocuments\excel\abigsheet\bigsheet" +A3 ".xls"
Can anybody tell me what the correct syntax should be?
regards
Barrie
in my code i have the following line
Workbooks.Open Filename:= _
"G:\MyDocuments\excel\abigsheet\bigsheetJan.xls"
on my sheet i have a data validation list containing the months of the year.
I would like to select from this list and have the appropriate workbook
open. However i cannot find the correct method for concatenating the
selection with the filename.
eg
Workbooks.Open Filename:= _
"G:\MyDocuments\excel\abigsheet\bigsheet" +A3 ".xls"
Can anybody tell me what the correct syntax should be?
regards
Barrie