LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Data From Multiple Sheets into one

Hello,

I am working on a project that has about 33 sheets. The sheets are made up
of a check list for different products and versions. Only one product version
will be compiled at a time, but there can be multiple products.(so up to 5
sheets of data at one time)

The opening sheet has check boxes for the user to choose which products they
have. If a once they click a command button:

If OSCE = True Then
Worksheets("OSCE-information").Visible = True
Worksheets("information").Visible = x1veryhidden
ElseIf SMEX = True Then
Worksheets("SMEX-information").Visible = True
Worksheets("information").Visible = x1veryhidden
ElseIf SMD = True Then
Worksheets("SMEX-information").Visible = True
Worksheets("information").Visible = x1veryhidden
ElseIf IMSS = True Then
Worksheets("IMSS-information").Visible = True
Worksheets("information").Visible = x1veryhidden
ElseIf IWSS = True Then
Worksheets("IWSS-information").Visible = True
Worksheets("information").Visible = x1veryhidden

End If

The corresponding information page is shown where they can select the
version. The command button will open the interview with the checklist. In
the check list there are settings, recommendations, associated risk columns
and a column where the user can select yes or no for each item. After the
check list is complete for each product there is a command button where they
can proceed to the next product or finish:

If Worksheets("information").SMEX = True Then
Worksheets("SMEX-Information").Visible = True
Me.Visible = xlSheetHidden
ElseIf Worksheets("information").SMD = True Then
Worksheets("SMD-Information").Visible = True
Me.Visible = xlSheetHidden
ElseIf Worksheets("information").IMSS = True Then
Worksheets("IMSS-Information").Visible = True
Me.Visible = xlSheetHidden
ElseIf Worksheets("information").IWSS = True Then
Worksheets("IWSS-Information").Visible = True
Me.Visible = xlSheetHidden
Else
Worksheets("Summary and Action Items").Visible = True
Me.Visible = x1HeetHidden
End If

The sheet called Summary and Action Items is where i am having problems...

It should contain:

1. a score from each Product (the score is already computed on each product
sheet)
2. Reccommendations by Product (this information would be captured for the
items that the user chose "no" for during the interview)
3. Risk factors.

How can i dynamically capture the information based on which products they
ran the checklist on? also can it have headings like this:

Product 1-
Reccomendations

blah blah blah

Risk Factors

Blah blah blah

Product 2-
Reccomendations

blah blah blah

Risk Factors

Blah blah blah

Thanks,
Jessie
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to update data from multiple sheets to one specific sheets Khawajaanwar Excel Discussion (Misc queries) 4 January 15th 10 07:31 AM
data on multiple sheets HELP!! [email protected] Excel Discussion (Misc queries) 4 December 19th 07 02:41 AM
Multiple Sheets (Need to create 500 individual sheets in one workbook, pulling DATA Amaxwell Excel Worksheet Functions 4 August 17th 06 06:23 AM
Help with Looking up data in multiple sheets compconnj Excel Worksheet Functions 0 March 21st 06 03:50 PM
Data from multiple sheets the-jackal Excel Worksheet Functions 1 February 16th 06 08:07 AM


All times are GMT +1. The time now is 10:22 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"