PC Review


Reply
Thread Tools Rate Thread

Data From Multiple Sheets into one

 
 
Jessie
Guest
Posts: n/a
 
      13th Jan 2009
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
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to update data from multiple sheets to one specific sheets Khawajaanwar Microsoft Excel Misc 4 15th Jan 2010 07:31 AM
Protect sheets not allowing entering of data in multiple sheets Suzette Microsoft Excel Discussion 0 25th Sep 2006 11:55 PM
Multiple Sheets (Need to create 500 individual sheets in one workbook, pulling DATA Amaxwell Microsoft Excel Worksheet Functions 4 17th Aug 2006 06:23 AM
Help with copying data from multiple sheets to multiple sheets Randy Reese Microsoft Excel Programming 1 18th Mar 2004 10:02 PM
Importing Excel Data from Multiple Files with Multiple Sheets Rafael Bradley Microsoft Access External Data 0 15th Jan 2004 10:50 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:15 AM.