G
Guest
Guest
when I run the code that displays my userform to insert, update and delete items from a database, i receive the following message:
Run-time error '1004'
(Application-defined or object-defined error).
I have checked my spelling of all ranges and cannot figure out where my problem is.
I would appreciate any assistance. The error is generated when the following subroutine is called:
.tbxNewDest.Value = Range("Database").Cells(iRowNumber, 1)
.tbxCutOff.Value = Range("Database").Cells(iRowNumber, 2)
.tbxNewAirline.Value = Range("Database").Cells(iRowNumber, 3)
.tbxNewFlttime.Value = Range("Database").Cells(iRowNumber, 4)
Thnaks, John
Run-time error '1004'
(Application-defined or object-defined error).
I have checked my spelling of all ranges and cannot figure out where my problem is.
I would appreciate any assistance. The error is generated when the following subroutine is called:
.tbxNewDest.Value = Range("Database").Cells(iRowNumber, 1)
.tbxCutOff.Value = Range("Database").Cells(iRowNumber, 2)
.tbxNewAirline.Value = Range("Database").Cells(iRowNumber, 3)
.tbxNewFlttime.Value = Range("Database").Cells(iRowNumber, 4)
Thnaks, John