Hi, I have a cell that links to another file showing a a version number, in cell A1, as below:
='C:Foldersub folder[File1.xlsm]Prices'!$A$1
I also have 23 more of these linking to different files.
I want to write a bit of VB to open the File1.xlsm and print the Prices sheet, plus a Forecast sheet, close the file, then do the same for the next 23 files referenced in A2,A3 etc.
The file can change quite option, therefore need it to take the file reference from cell A1 and hard code it.
Any help would be great.
thanks
='C:Foldersub folder[File1.xlsm]Prices'!$A$1
I also have 23 more of these linking to different files.
I want to write a bit of VB to open the File1.xlsm and print the Prices sheet, plus a Forecast sheet, close the file, then do the same for the next 23 files referenced in A2,A3 etc.
The file can change quite option, therefore need it to take the file reference from cell A1 and hard code it.
Any help would be great.
thanks