I know it's possible to access tabs/cells from other closed workbooks by using a formula.
However, is it possible to use that formula by using the worksheet number of the closed workbook, rather than the tab name?
Rich (BB code):
Range("A1").Formula = "=[Book2]Sheet1!$A$1"
However, is it possible to use that formula by using the worksheet number of the closed workbook, rather than the tab name?