R Robert May 13, 2004 #1 I would like to know how to us a named range to provide the file name vs. hard coding the file name. Thanks
I would like to know how to us a named range to provide the file name vs. hard coding the file name. Thanks
B Bob Phillips May 13, 2004 #2 sFile = Range("myWorkbook") Workbooks.Open Filename:= sFile etc. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct)
sFile = Range("myWorkbook") Workbooks.Open Filename:= sFile etc. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct)