ipalomeque
Technical User
I am a beginner in VB. If anyone can help me code to solve the following problem. I have Data on one excel sheet, and I want to transfer it to another excel sheet in an organized manner. The data on sheet 1 is as follows:
Lot Wandin Begin Stop Wand Out
1 10.20
1 10.25
1 18.24
1 19.25
2 15.24
2 18.26
3 14.25
3 15.26
I want to transfer it to another sheet to look read like this (combine multiple lines into 1):
Lot Wandin Begin Stop Wand Out
1 10.20 10.25 18.24 19.25
2 15.24 18.26
3 14.25 15.26
As you can see I am really a beginner, and I need all the help I can get. I have excellent programming algorithm experience in Pascal(does it still exist??). So, any help would be greatly appreciated.
Thanks in Advance,
Isaias Palomeque
Lot Wandin Begin Stop Wand Out
1 10.20
1 10.25
1 18.24
1 19.25
2 15.24
2 18.26
3 14.25
3 15.26
I want to transfer it to another sheet to look read like this (combine multiple lines into 1):
Lot Wandin Begin Stop Wand Out
1 10.20 10.25 18.24 19.25
2 15.24 18.26
3 14.25 15.26
As you can see I am really a beginner, and I need all the help I can get. I have excellent programming algorithm experience in Pascal(does it still exist??). So, any help would be greatly appreciated.
Thanks in Advance,
Isaias Palomeque