G
George
Dear group members,
I have got .xls file where two columns (F and J) must be parsed.
Columns look like this:
F J
aaa bbb
(empty) ccc
(empty) ddd
(empty) (empty)
fff ggg
(empty) rrr
(empty) vvv
(empty) (empty)
So, I need to go through these columns and copy data to other sheet:
column J - "as is"
column F - all but empty cells; copy and paste the same data from
column F down untill we reach two empty cells in columns F and J;
after that we copy and paste the next not empty data from column F.
I have to parse 23000 rows.
Help me please, I'm new to VBA.
I have got .xls file where two columns (F and J) must be parsed.
Columns look like this:
F J
aaa bbb
(empty) ccc
(empty) ddd
(empty) (empty)
fff ggg
(empty) rrr
(empty) vvv
(empty) (empty)
So, I need to go through these columns and copy data to other sheet:
column J - "as is"
column F - all but empty cells; copy and paste the same data from
column F down untill we reach two empty cells in columns F and J;
after that we copy and paste the next not empty data from column F.
I have to parse 23000 rows.
Help me please, I'm new to VBA.