To access a cell A1 in the "Sheet2" sheet I simply use =Sheet2!A1
How can I access the second sheet in the workbook without referring to its name? (It will be different from time to time)
In visual basic I can access the 2nd sheet in a workbook with
Sheets(2).Cell(1,1).Value
Is there a way to access a sheet the same way by just using excel.
Something like =[Sheet which has the second position in the workbook]!A1
Thanks a lot in advance!
Andy
How can I access the second sheet in the workbook without referring to its name? (It will be different from time to time)
In visual basic I can access the 2nd sheet in a workbook with
Sheets(2).Cell(1,1).Value
Is there a way to access a sheet the same way by just using excel.
Something like =[Sheet which has the second position in the workbook]!A1
Thanks a lot in advance!
Andy