+ Reply to Thread
Results 1 to 4 of 4

Question from A Newbie

  1. #1
    Registered User
    Join Date
    03-27-2006
    Posts
    3

    Question from A Newbie

    I currently have a Workbook that has 32 different worksheets. Here is my goal for this workbook and I'm hoping someone out there would be able to explain how I would accomplish it. I am new to this whole concept. I have no knowledge of VBA or programming with excel. I do know some C++ but I doubt this will help with this.

    GOAL: I would like when the user opens the workbook it would prompt either with a box that will allow them to check which one they need to edit or with a drop down box that they can select from. After making the choice they would select OK and it would then display the correct worksheet and keep the rest hidden from view. I would then like a button that they could click to save the file to the same location everytime no worrying about overwritting the original.

    Please let me know if there is anyone that can help.

  2. #2
    Don Guillett
    Guest

    Re: Question from A Newbie

    Sounds more like a project (which is what many of us do for a living)
    instead of a specific question to a specific problem. What you want can be
    done with a workbook_open macro in the ThisWorkbook module using an input
    box to unhide the sheet desired.
    Or you could use a menu sheet with the names of the sheets in cells and a
    double click event macro to unhide and goto the sheet desired. Or a
    dropdown. Or?

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "akafrog18" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I currently have a Workbook that has 32 different worksheets. Here is
    > my goal for this workbook and I'm hoping someone out there would be
    > able to explain how I would accomplish it. I am new to this whole
    > concept. I have no knowledge of VBA or programming with excel. I do
    > know some C++ but I doubt this will help with this.
    >
    > GOAL: I would like when the user opens the workbook it would prompt
    > either with a box that will allow them to check which one they need to
    > edit or with a drop down box that they can select from. After making
    > the choice they would select OK and it would then display the correct
    > worksheet and keep the rest hidden from view. I would then like a
    > button that they could click to save the file to the same location
    > everytime no worrying about overwritting the original.
    >
    > Please let me know if there is anyone that can help.
    >
    >
    > --
    > akafrog18
    > ------------------------------------------------------------------------
    > akafrog18's Profile:
    > http://www.excelforum.com/member.php...o&userid=32876
    > View this thread: http://www.excelforum.com/showthread...hreadid=526792
    >




  3. #3
    Registered User
    Join Date
    03-27-2006
    Posts
    3
    Don,

    Would you be able to send me an example code for how to create the menu sheet and the double click event. I have never created macros in Excel. If you could provide a step by step or something that would be great.

    Thanks

    Quote Originally Posted by Don Guillett
    Sounds more like a project (which is what many of us do for a living)
    instead of a specific question to a specific problem. What you want can be
    done with a workbook_open macro in the ThisWorkbook module using an input
    box to unhide the sheet desired.
    Or you could use a menu sheet with the names of the sheets in cells and a
    double click event macro to unhide and goto the sheet desired. Or a
    dropdown. Or?

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "akafrog18" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I currently have a Workbook that has 32 different worksheets. Here is
    > my goal for this workbook and I'm hoping someone out there would be
    > able to explain how I would accomplish it. I am new to this whole
    > concept. I have no knowledge of VBA or programming with excel. I do
    > know some C++ but I doubt this will help with this.
    >
    > GOAL: I would like when the user opens the workbook it would prompt
    > either with a box that will allow them to check which one they need to
    > edit or with a drop down box that they can select from. After making
    > the choice they would select OK and it would then display the correct
    > worksheet and keep the rest hidden from view. I would then like a
    > button that they could click to save the file to the same location
    > everytime no worrying about overwritting the original.
    >
    > Please let me know if there is anyone that can help.
    >
    >
    > --
    > akafrog18
    > ------------------------------------------------------------------------
    > akafrog18's Profile:
    > http://www.excelforum.com/member.php...o&userid=32876
    > View this thread: http://www.excelforum.com/showthread...hreadid=526792
    >

  4. #4
    Registered User
    Join Date
    03-27-2006
    Posts
    3
    Would anyone out there be able to help me do what Don above has said. I am totally new to VBA and don't know how to do this. Thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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