Hey Guys,
Good Morning. I have probelm here.
I have 2 workbooks, 1 is Master.xls (my format to collect all the data), another 1 is Machine.xls (data collect from).
Inside Master.Range("B 3:B5") have a data (etc: Line1, Line2, Line3), Machine.xls have a few sheets (etc: Line1, Line2, Line3....Line10 ).
Now my concern is I want the macro loop Master.Range("B 3:B5") , if Master.Range = Line1 then it will loop Machine.xls untill found the sheets name is Line1 then collect data from it. It will loop Master.Range("B 3:B5") untill equal to blank.
Thanks for your advice.
Good Morning. I have probelm here.
I have 2 workbooks, 1 is Master.xls (my format to collect all the data), another 1 is Machine.xls (data collect from).
Inside Master.Range("B 3:B5") have a data (etc: Line1, Line2, Line3), Machine.xls have a few sheets (etc: Line1, Line2, Line3....Line10 ).
Now my concern is I want the macro loop Master.Range("B 3:B5") , if Master.Range = Line1 then it will loop Machine.xls untill found the sheets name is Line1 then collect data from it. It will loop Master.Range("B 3:B5") untill equal to blank.
Thanks for your advice.
Comment