Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a situation... where I have to open workbook1 which has 10 sheets
(sheet1...sheet10) from another workbook2 using different commandbuttons. The question is how do I open workbook1 and activate different sheets based on the command button. Is there anyway to pass the sheet name as an argument. or Are there any other methods? My workbook1 does have an auto_open macro. One way would be to have radio buttons in workbook2 which store the index of the selected button in a cell then when the Load Workbook command button is clicked it will open the desired workbook and select the sheet specified. This code run from the command button ... Sub Button1_Click() Dim sheetnum sheetnum = [a1] Workbooks.Open Filename:="TestBook1.xls" Sheets("Sheet" & sheetnum).Select End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
open workbook to specific sheet | Excel Worksheet Functions | |||
Using a Windows Shortcut to Open to Specific Sheet in Workbook | Excel Discussion (Misc queries) | |||
can't seem to activate an open workbook | Excel Discussion (Misc queries) | |||
How do I open a workbook in a specific sheet | Excel Discussion (Misc queries) | |||
Write a Shortcut to Open Excel Workbook at a Specific Sheet | Excel Programming |