Run-time error '1004'

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
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Error 1004 is often caused by the protection of a sheet.
Could it be that you have Protection ON in your worksheet? If so, you could use Protection with UserInterfaceOnly and you won't have this problem.
Pietje
 
Upvote 0

Forum statistics

Threads
1,214,545
Messages
6,120,132
Members
448,947
Latest member
test111

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top