M
Martin Parker
I have a combobox which is populated with all the worksheets within the
workbook. The controlsource of the combobox is linked to cell c5 on Sheet1
My question is how do i make the Excel workbook open at the worksheet which
is detailed within the combobox linked cell.
I've been previously using in the Workbook_Open procedure:-
Worksheets(Worksheets("sheet1").Range("c5").Value)
but the above code doesnt seem to work.
Hope you can help!
Cheers
workbook. The controlsource of the combobox is linked to cell c5 on Sheet1
My question is how do i make the Excel workbook open at the worksheet which
is detailed within the combobox linked cell.
I've been previously using in the Workbook_Open procedure:-
Worksheets(Worksheets("sheet1").Range("c5").Value)
but the above code doesnt seem to work.
Hope you can help!
Cheers