Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

group box check

Forum home » Delegate support and help forum » Microsoft Excel Training and help » Group Box & Check Box

Group Box & Check Box

ResolvedVersion 2010

Jeyanthan has attended:
Excel Intermediate course
Excel VBA Intro Intermediate course

Group Box & Check Box

Hi

I have recently attended the Excel Advance 3 course and much appreciate your help on following.

I created a Work sheet with following sheet names
1) Sheet 1 – General Dash Baord
2) Sheet2-Company 1 DashBoard
3) Sheet3-Company2DashBoard

In Sheet 1,
I have created Group Box with the β€˜ Company Names’.

I have created 02 check box within the Group Box ( Such as Company 1 & Company 2)

Could you please guide me to create a formula to perform the following?
By pressing a check box 1(company 1), then it should take to Sheet 2(Company 1)
By pressing a check box 2(company 2), then it should take to Sheet 3(Company 2)

Thanks & regards
Jey

RE: Group Box & Check Box

Hi again Jey

A way to have the option buttons navigate to appropriate sheets would be to create macros and assign to each button.

For the first one it would be

Sub GotoDB1()
Sheets("Company 1 Dash Board").Select
End Sub

The alternative way without macros is to create hyper links to the dashboard sheets.

Please let me know if you need more information about either method.

Doug
Best STL

Fri 7 Jun 2013: Automatically marked as resolved.

Excel tip:

Change Excel's default font

You can change the default font and font size for all spreadsheets created in Excel by:

1. Going to Tools on the menu bar.
2. Select Options, then General.
3. Next to Standard Font you can change the font and font size.
4. Click OK.

Each new file you start from this point onward should use the font and font size you have selected.

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.33 secs.