Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I've managed to get a cell value to change and i now need to get a command
button to open a sheet which is named exactly the same as that cell value. So I have Cell J1's value to be 01BudgetJan. I need the command button to open the sheet called 01BudgetJan. Is this possible? This value can change so need the button to open whatever sheet has the name of the cells value. Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Insert this line in commandbutton code:
Worksheets(Range("J1")).Activate Regards, Stefi €žN1KO€ť ezt Ă*rta: I've managed to get a cell value to change and i now need to get a command button to open a sheet which is named exactly the same as that cell value. So I have Cell J1's value to be 01BudgetJan. I need the command button to open the sheet called 01BudgetJan. Is this possible? This value can change so need the button to open whatever sheet has the name of the cells value. Thanks in advance. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you very much
"Stefi" wrote: Insert this line in commandbutton code: Worksheets(Range("J1")).Activate Regards, Stefi €žN1KO€ť ezt Ă*rta: I've managed to get a cell value to change and i now need to get a command button to open a sheet which is named exactly the same as that cell value. So I have Cell J1's value to be 01BudgetJan. I need the command button to open the sheet called 01BudgetJan. Is this possible? This value can change so need the button to open whatever sheet has the name of the cells value. Thanks in advance. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You are welcome! Thanks for the feedback!
Stefi €žN1KO€ť ezt Ă*rta: Thank you very much "Stefi" wrote: Insert this line in commandbutton code: Worksheets(Range("J1")).Activate Regards, Stefi €žN1KO€ť ezt Ă*rta: I've managed to get a cell value to change and i now need to get a command button to open a sheet which is named exactly the same as that cell value. So I have Cell J1's value to be 01BudgetJan. I need the command button to open the sheet called 01BudgetJan. Is this possible? This value can change so need the button to open whatever sheet has the name of the cells value. Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Displaying Links when opening sheets | Excel Discussion (Misc queries) | |||
Opening older sheets | Excel Discussion (Misc queries) | |||
All sheets opening at column IV - help! | Excel Discussion (Misc queries) | |||
Problem with excel sheets opening one above the other ! | Excel Discussion (Misc queries) | |||
Opening sheets | Excel Worksheet Functions |