+ Reply to Thread
Results 1 to 5 of 5

How to Get a Tabstrip "Look" on a Worksheet

  1. #1
    Registered User
    Join Date
    10-16-2008
    Location
    Washington, DC
    Posts
    3

    How to Get a Tabstrip "Look" on a Worksheet

    I can't use a Tabstrip control in a worksheet (they don't function properly), but I'd like to offer the look and feel of a tabstrip control with a textbox on each tab. Any ideas?

    DETAILS
    ---------
    I have a VBA game/simulation which puts the user in the role of a manager trying to comply with regulations. The game looks and works great, but I'm struggling with my opening worksheet. I want to display information about the game, how to play, background about the regulations, etc... All this info, however, is too much to show on a single worksheet. I'd like to use a tab metaphor with one or more textboxes and graphics on each tab.

    The only idea I have is to use commandbuttons with a single textbox and change the text on the button click. This will limit my ability to use graphics (screen grabs).

    So my questions are:
    • Is there anyway to use a tabstrip control on a worksheet?
    • Alternatively, is there an HTML browser control that I could add to the worksheet and change the HTML page whenever the user clicks one of the command buttons?

    For what it's worth, the workbook needs to function in Excel 03 and 07. Thanks in advance for your help.
    Last edited by kokodidge; 10-16-2008 at 06:02 PM. Reason: set to solved

  2. #2
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229
    One thought, a Userform with instructions might be useful throughout the game.
    The tabstrip (or Multi-Page) could go on that.
    _
    ...How to Cross-post politely...
    ..Wrap code by selecting the code and clicking the # or read this. Thank you.

  3. #3
    Registered User
    Join Date
    10-16-2008
    Location
    Washington, DC
    Posts
    3
    You're correct that I'm looking for a multi-page, not a tabstrip.

    I thought about putting the mulit-page on a userform, but my preference was to put it on the first worksheet. You do raise a good point though that it might be helpful to access throughout the game.

    If I go the userform route, I'm tempted to use a browser control on the instruction page (on the multi-page control), but I can't seem to make it work. I tried the MS Web Browser control (in system32\ieframe.dll) but can't figure out how to load a page in it. Anyone know if there's an easy-to-use HTML browser control that works on userforms?

  4. #4
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436
    How about a linked textbox and some option buttons?
    Attached Files Attached Files
    Cheers
    Andy
    www.andypope.info

  5. #5
    Registered User
    Join Date
    10-16-2008
    Location
    Washington, DC
    Posts
    3
    You're a genius! This works great.
    Thank you SOOOOOO much.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Copying Data from 1 Worksheet to another Worksheet (Accumulative data)
    By sharonbl in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 12-28-2007, 08:40 PM
  2. Worksheet count and reference issue
    By danny2000 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-01-2007, 10:45 PM
  3. Using a Worksheet as customer interface
    By selvius in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-14-2006, 11:13 AM
  4. Help! Vba Copy Cell To Different Worksheet.
    By Dabooj in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-03-2006, 05:53 AM
  5. Pulling a worksheet name from cell value (custom function needing help)
    By Kurisu in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-21-2006, 09:09 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1