tazz
Member
Hello,
I created a form to introduce some data into a worksheet.
When I applied a formula in one cell(col D) I saw that the data skipped that row.
My guess is, the problem is the 3rd line in the code.I would like the code to look only for the firs 2 cell empty in that row instead of the entire row.
Bellow is the line I suspect is wrong.
Dim iRow As Long
Thank you for your help
I created a form to introduce some data into a worksheet.
When I applied a formula in one cell(col D) I saw that the data skipped that row.
My guess is, the problem is the 3rd line in the code.I would like the code to look only for the firs 2 cell empty in that row instead of the entire row.
Bellow is the line I suspect is wrong.
Dim iRow As Long
Thank you for your help