newtoexcelvba
New Member
- Joined
- Jun 26, 2011
- Messages
- 2
Hi All,
I am new to this post, i would like your help on a personal project i am working on.
I have a worksheet (SHEET1) with two columns of data
ColumnA ColumnB
Plant Number XABJ020
Warehouse T50
HoursRun 400
Plant Number P5767
Warehouse L0U
Hours Run 500
i have sheet2 where in i have created heads for each category from columnA of sheet1 as below,
PlantNumber Warehouse HoursRun
can someone help me to write a code to loop through each cells of column A and B in sheet1 and arrange data from columnB to sheet2 as below ?
PlantNumber Warehouse HoursRun
XABJ020 T50 400
P5767 L0U 500
Thanks and Regards
newtoexcelvba
I am new to this post, i would like your help on a personal project i am working on.
I have a worksheet (SHEET1) with two columns of data
ColumnA ColumnB
Plant Number XABJ020
Warehouse T50
HoursRun 400
Plant Number P5767
Warehouse L0U
Hours Run 500
i have sheet2 where in i have created heads for each category from columnA of sheet1 as below,
PlantNumber Warehouse HoursRun
can someone help me to write a code to loop through each cells of column A and B in sheet1 and arrange data from columnB to sheet2 as below ?
PlantNumber Warehouse HoursRun
XABJ020 T50 400
P5767 L0U 500
Thanks and Regards
newtoexcelvba
Last edited: