Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello VB fiens... How can I bypass an empty cell in a row when trying to add a row? Scenario: I created a userform to input data into excel worksheet. Data will be added...nextrow..nextrow.. One row may contain 2 empty fields resulting empty field to be next row to append. this is sample code for procedu Nextrow = _ Application.WorksheetFunction.CountA(Range("A:A")) + 2 Cells(Nextrow, 1) = txtfast.Text thanks in advance for your help & enjoy life!! myrna *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
To find row is empty or not | Excel Discussion (Misc queries) | |||
Find first empty row | Excel Discussion (Misc queries) | |||
find the next empty row | Excel Discussion (Misc queries) | |||
find last none empty cell | Excel Discussion (Misc queries) | |||
Find Empty Cell | Excel Programming |