D
dave-rawlins
Hi all,
I don't really know about coding but I'm trying to get a data-entry
form to look for the first empty row based on Debra Dalgleish's coding
on Contextures. So far I have;
'find first empty row in database
iRow = ws.Cells(Rows.Count, 1) _
..End(x1Up).Offset(1, 0).Row
but when I try to run the userform I get "Run-time error 1004". I
don't know what this means but when I click on Debug the code above is
what is highlighted.
Any help would be much appreciated.
Dave
I don't really know about coding but I'm trying to get a data-entry
form to look for the first empty row based on Debra Dalgleish's coding
on Contextures. So far I have;
'find first empty row in database
iRow = ws.Cells(Rows.Count, 1) _
..End(x1Up).Offset(1, 0).Row
but when I try to run the userform I get "Run-time error 1004". I
don't know what this means but when I click on Debug the code above is
what is highlighted.
Any help would be much appreciated.
Dave