Dear MrExcel Community,
For years I've been able to find answers to VBA/Excel scenarios from you and because of this I never registered or sent any posts.
I could however not find a solution to my latest problem and hope you can assist me.
Here are the scematics.
I have one workbook with two active sheets. The first sheet (Sheet1) is used to import data from a text file into columns (This works perfectly with a Action button and Macro assigned to it) **Note, I have chosen not to add column headers in sheet1.
The next Action Button I have takes the values in Sheet1!A:A and populates Sheet2 from A3 with unique values.
The next step in my mini project is to take the data in Sheet1 which is arranged as shown in table1 and input it into the structure on sheet2 as shown in table2.
TABLE1:[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]SYSTEM1
[/TD]
[TD]Check1
[/TD]
[TD]Value
[/TD]
[/TR]
[TR]
[TD]SYSTEM1
[/TD]
[TD]Check2
[/TD]
[TD]Value
[/TD]
[/TR]
[TR]
[TD]SYSTEM1
[/TD]
[TD]Check3
[/TD]
[TD]Value
[/TD]
[/TR]
[TR]
[TD]SYSTEM2
[/TD]
[TD]Check1
[/TD]
[TD]Value
[/TD]
[/TR]
[TR]
[TD]SYSTEM2
[/TD]
[TD]Check2
[/TD]
[TD]Value
[/TD]
[/TR]
[TR]
[TD]SYSTEM2
[/TD]
[TD]Check3
[/TD]
[TD]Value
[/TD]
[/TR]
[TR]
[TD]SYSTEM3
[/TD]
[TD]Check1
[/TD]
[TD]Value
[/TD]
[/TR]
[TR]
[TD]SYSTEM3
[/TD]
[TD]Check2
[/TD]
[TD]Value
[/TD]
[/TR]
[TR]
[TD]SYSTEM3
[/TD]
[TD]Check3
[/TD]
[TD]Value
[/TD]
[/TR]
[TR]
[TD]SYSTEM4
[/TD]
[TD]Check1
[/TD]
[TD]Value
[/TD]
[/TR]
</tbody>[/TABLE]
TABLE2
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Headers
[/TD]
[TD]Check1
[/TD]
[TD]Check2
[/TD]
[TD]Check3
[/TD]
[/TR]
[TR]
[TD]System1
[/TD]
[TD]Value
[/TD]
[TD]Value
[/TD]
[TD]Value
[/TD]
[/TR]
[TR]
[TD]System2
[/TD]
[TD]Value
[/TD]
[TD]Value
[/TD]
[TD]Value
[/TD]
[/TR]
[TR]
[TD]System3
[/TD]
[TD]Value
[/TD]
[TD]Value
[/TD]
[TD]Value
[/TD]
[/TR]
</tbody>[/TABLE]
Please advise if you'll be able to assist, hope I've explained my situation well enough.
Many Thanks!
For years I've been able to find answers to VBA/Excel scenarios from you and because of this I never registered or sent any posts.
I could however not find a solution to my latest problem and hope you can assist me.
Here are the scematics.
I have one workbook with two active sheets. The first sheet (Sheet1) is used to import data from a text file into columns (This works perfectly with a Action button and Macro assigned to it) **Note, I have chosen not to add column headers in sheet1.
The next Action Button I have takes the values in Sheet1!A:A and populates Sheet2 from A3 with unique values.
The next step in my mini project is to take the data in Sheet1 which is arranged as shown in table1 and input it into the structure on sheet2 as shown in table2.
TABLE1:[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]SYSTEM1
[/TD]
[TD]Check1
[/TD]
[TD]Value
[/TD]
[/TR]
[TR]
[TD]SYSTEM1
[/TD]
[TD]Check2
[/TD]
[TD]Value
[/TD]
[/TR]
[TR]
[TD]SYSTEM1
[/TD]
[TD]Check3
[/TD]
[TD]Value
[/TD]
[/TR]
[TR]
[TD]SYSTEM2
[/TD]
[TD]Check1
[/TD]
[TD]Value
[/TD]
[/TR]
[TR]
[TD]SYSTEM2
[/TD]
[TD]Check2
[/TD]
[TD]Value
[/TD]
[/TR]
[TR]
[TD]SYSTEM2
[/TD]
[TD]Check3
[/TD]
[TD]Value
[/TD]
[/TR]
[TR]
[TD]SYSTEM3
[/TD]
[TD]Check1
[/TD]
[TD]Value
[/TD]
[/TR]
[TR]
[TD]SYSTEM3
[/TD]
[TD]Check2
[/TD]
[TD]Value
[/TD]
[/TR]
[TR]
[TD]SYSTEM3
[/TD]
[TD]Check3
[/TD]
[TD]Value
[/TD]
[/TR]
[TR]
[TD]SYSTEM4
[/TD]
[TD]Check1
[/TD]
[TD]Value
[/TD]
[/TR]
</tbody>[/TABLE]
TABLE2
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Headers
[/TD]
[TD]Check1
[/TD]
[TD]Check2
[/TD]
[TD]Check3
[/TD]
[/TR]
[TR]
[TD]System1
[/TD]
[TD]Value
[/TD]
[TD]Value
[/TD]
[TD]Value
[/TD]
[/TR]
[TR]
[TD]System2
[/TD]
[TD]Value
[/TD]
[TD]Value
[/TD]
[TD]Value
[/TD]
[/TR]
[TR]
[TD]System3
[/TD]
[TD]Value
[/TD]
[TD]Value
[/TD]
[TD]Value
[/TD]
[/TR]
</tbody>[/TABLE]
Please advise if you'll be able to assist, hope I've explained my situation well enough.
Many Thanks!
Last edited: