Mangosteenlu
New Member
- Joined
- Jul 5, 2015
- Messages
- 12
Hi All,
I am new to Forum & VBA, just wondering if anyone with good knowledge of VBA can help me with the issue i am facing at work.
We have the massive data downloaded from our system every week, which I need to manipulate the data into the right format. I extracted a few rows from our data set explaining what i need to do on a weekly basis.
In this example, i need to use filter on Column B to select one internal ref each time, then fill blanks in Column A same as the one shown in the same column, but they have to have the same internal ref. In this example, blank cells (A2 to A6) manually fill in as 'RE123' which is same as the cell from A7 to A9 as they have the same internal reference.
Can anyone write a VBA code to perform this task quickly? thank you so much for your help in advance.
I am new to Forum & VBA, just wondering if anyone with good knowledge of VBA can help me with the issue i am facing at work.
We have the massive data downloaded from our system every week, which I need to manipulate the data into the right format. I extracted a few rows from our data set explaining what i need to do on a weekly basis.
In this example, i need to use filter on Column B to select one internal ref each time, then fill blanks in Column A same as the one shown in the same column, but they have to have the same internal ref. In this example, blank cells (A2 to A6) manually fill in as 'RE123' which is same as the cell from A7 to A9 as they have the same internal reference.
Can anyone write a VBA code to perform this task quickly? thank you so much for your help in advance.