Hello everybody,
It's my first post. I've just started my journey with VBA. I'm creating my first macro and i cannot resolve one issue.
I have source data sheet like this one:
source_sht1.PNG
I want to populate the range of the same data from Column A to the separate sheet2. For example: From Cloumn A within the same "AAA' values (range: A4:A7) i want to populate all data from Column B to E (highlighted in orange). The second sheet should look like this:
Sheet2.PNG
The macros should end when Column A value = empty
Please help me with this so i could finish my macro .
Thank you in advance.
Bookmarks