![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 1
|
I have 26 charts in a workbook and am able to access them from a "Front Page" by populating a combo box with their names. The problem is that I can't put a return button in the corner of each chart as most items on the control toolbox are greyed out. Hyperlink is also greyed out. Dous anyone know how I can get back to my "Front Page"?
Thanks in anticipation, Phil Walker. My work email is phil.walker@astrazeneca.com My home email is phil.walker3@btinternet.com |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Posts: 232
|
record a macro that takes to to the front page from the active worksheet.
On the chart page add a button from the "Forms" menue and assign the macro to it - or you could assign the macro to a custom toolbar (then you only have to have 1 button for the entire sheet. |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Feb 2002
Posts: 232
|
Sub goto_front_page()
Sheets("front_page").Select End Sub try this... |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|