FrozenMana
Registered User.
- Local time
- Today, 04:27
- Joined
- Aug 10, 2015
- Messages
- 27
The database in question is on a shared network and used by multiple people. The coding has been changed to use late binding due to multiple versions of Access being used to utilize this database.
One of the users is receiving the following error message:
The line that shows up during the de-bug process is:
Any advise is welcome. All I have come across while trouble shooting refers to missing references in early binding.
One of the users is receiving the following error message:
Error 424: Object required
The line that shows up during the de-bug process is:
Code:
Set xlApp = CreateObject ("Excel.Application")
Any advise is welcome. All I have come across while trouble shooting refers to missing references in early binding.