Run-time error '1004' - (happens in one laptop but not on another)

Kmenon

New Member
Joined
May 3, 2023
Messages
8
Office Version
  1. 365
Platform
  1. Windows
i have a VBA application (available on "Contextures" as Excel Names Macro) which runs perfectly on a laptop with Office 10 but macro from this very same file if executed from a laptop with Office 365 gives this Run-time error '1004': Application-defined or Object-defined error. What can be the reason ? If anyone has the solution for this, kindly provide.
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Perhaps a reference in the code project cannot be found on the problem laptop. In vb editor and on the problem laptop, click Tools>References and look in the list of references to see if one is missing.
 
Upvote 1
Perhaps a reference in the code project cannot be found on the problem laptop. In vb editor and on the problem laptop, click Tools>References and look in the list of references to see if one is missing.
Thanks for your prompt response. This can definitely be a cause BUT i have checked this and nothing is missing (in the alphabetically listed references). Need some other remedy.
KP
 
Upvote 0

Forum statistics

Threads
1,216,098
Messages
6,128,812
Members
449,468
Latest member
AGreen17

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