Stonesteel
Board Regular
- Joined
- Apr 27, 2010
- Messages
- 81
Greetings!
May I ask what vbcode should I use to move down to the next empty row if the current row has already a value? for example, Rows 1-3 had values already, it will move to Row 4 which is empty. Something like,
If Row 1 (with 10 Columns) has value then move to Row 2 but
If Row 2 (with 10 Columns) has value then move to Row 3 but
If Row 3 (with 10 Columns) has value then move to Row 4, if empty then
Fill Row 4 with data (with 10 Columns), then move to Row 5 to fill data (with 10 Columns) again.
May I ask what vbcode should I use to move down to the next empty row if the current row has already a value? for example, Rows 1-3 had values already, it will move to Row 4 which is empty. Something like,
If Row 1 (with 10 Columns) has value then move to Row 2 but
If Row 2 (with 10 Columns) has value then move to Row 3 but
If Row 3 (with 10 Columns) has value then move to Row 4, if empty then
Fill Row 4 with data (with 10 Columns), then move to Row 5 to fill data (with 10 Columns) again.