M
Myrna Rodriguez
Good morning...
How can I bypass empty cell to proceed to next row even if empty cells
exist?
For Example:
col A B C
row
1 red blue green
2 red
3 red blue
I want to be able to populate to row as in this example.
Code I wrote to go to next row:
Nextrow = _
Application.WorksheetFunction.CountA(Range("A:A")) + 2
Cells(Nextrow, 1) = txtfast.Text
This works but validates empty cell as next row.
thanks & have a happy day!
girl on a mission!
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
How can I bypass empty cell to proceed to next row even if empty cells
exist?
For Example:
col A B C
row
1 red blue green
2 red
3 red blue
I want to be able to populate to row as in this example.
Code I wrote to go to next row:
Nextrow = _
Application.WorksheetFunction.CountA(Range("A:A")) + 2
Cells(Nextrow, 1) = txtfast.Text
This works but validates empty cell as next row.
thanks & have a happy day!
girl on a mission!
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!