A
AlexD
Please, advise whether it's possible to use a cell's
contents instead of a file name.
If I have "SSS" in A1, how could I use it instead of the
FileName in the path reference such
as 'C:\Path\[FileName.xls]Sheet1'!$B$25 that FileName
would reflect SSS and it would be [SSS.xls]
Using Cell("contents",A1) as
'C:\Path\[Cell("contents",A1).xls]Sheet1!$B$25 isn't
working.
Thanks
contents instead of a file name.
If I have "SSS" in A1, how could I use it instead of the
FileName in the path reference such
as 'C:\Path\[FileName.xls]Sheet1'!$B$25 that FileName
would reflect SSS and it would be [SSS.xls]
Using Cell("contents",A1) as
'C:\Path\[Cell("contents",A1).xls]Sheet1!$B$25 isn't
working.
Thanks