E
Edwin
Hi,
I would like to use the content of a cell as a worksheet reference. When the
macro is run, the name in the cell should open the worksheet of the same name
in another workbook.
So, in workbook A, I have in cell A1 "ed" (without the quotes). I want to
activate worksheet "ed" in workbook B. Workbook B is already open.
I have the following code in Workbook A, but is not working:
Windows("B.xls").Worksheets(Range("A1").Value).Activate
Any suggestions?
Ed
I would like to use the content of a cell as a worksheet reference. When the
macro is run, the name in the cell should open the worksheet of the same name
in another workbook.
So, in workbook A, I have in cell A1 "ed" (without the quotes). I want to
activate worksheet "ed" in workbook B. Workbook B is already open.
I have the following code in Workbook A, but is not working:
Windows("B.xls").Worksheets(Range("A1").Value).Activate
Any suggestions?
Ed