Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 183
Default "Could not load an object because it is not available on this mach

I just changed a few things on my application (added some modules and forms,
changed the code in some modules and forms). My client just encountered the
following problem on this new version. When he opens the application he gets
the following message
"Could not load an object because it is not available on this machine" under
"Microsoft forms" title
He doesnot get it with the previous versions of the application.
I do not get the message at all on my machine.
Do you have any idea where this could come from? (I checked all my forms and
they all work perfectly well)
Thanks a lot
--
caroline
  #2   Report Post  
Posted to microsoft.public.excel.programming
JNW JNW is offline
external usenet poster
 
Posts: 480
Default "Could not load an object because it is not available on this mach

The new additions are most likely referencing objects and libraries that the
client doesn't have installed on their computer. For example the Calendar
control only works if you have access installed on your computer. There are
many of these objects and libraries.

To remedy you can, on the client's computer, run the application and when it
stops go into the VBA screen to the Tools menu and select references. Look
for anything that says [missing] in front of it. Unchecking that reference
might help, if not you will have to install the reference object or library.

"caroline" wrote:

I just changed a few things on my application (added some modules and forms,
changed the code in some modules and forms). My client just encountered the
following problem on this new version. When he opens the application he gets
the following message
"Could not load an object because it is not available on this machine" under
"Microsoft forms" title
He doesnot get it with the previous versions of the application.
I do not get the message at all on my machine.
Do you have any idea where this could come from? (I checked all my forms and
they all work perfectly well)
Thanks a lot
--
caroline

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 183
Default "Could not load an object because it is not available on this

Thanks very useful.
--
caroline


"JNW" wrote:

The new additions are most likely referencing objects and libraries that the
client doesn't have installed on their computer. For example the Calendar
control only works if you have access installed on your computer. There are
many of these objects and libraries.

To remedy you can, on the client's computer, run the application and when it
stops go into the VBA screen to the Tools menu and select references. Look
for anything that says [missing] in front of it. Unchecking that reference
might help, if not you will have to install the reference object or library.

"caroline" wrote:

I just changed a few things on my application (added some modules and forms,
changed the code in some modules and forms). My client just encountered the
following problem on this new version. When he opens the application he gets
the following message
"Could not load an object because it is not available on this machine" under
"Microsoft forms" title
He doesnot get it with the previous versions of the application.
I do not get the message at all on my machine.
Do you have any idea where this could come from? (I checked all my forms and
they all work perfectly well)
Thanks a lot
--
caroline

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Could not load object Excelfan Excel Discussion (Misc queries) 2 November 22nd 08 03:43 PM
What is the formula? If A:A is "1" AND B:B is "MACH: SUM F:F Tammy Excel Discussion (Misc queries) 2 November 3rd 05 12:12 AM
Can't load or unload object jase[_2_] Excel Programming 1 June 9th 05 08:52 PM
Could not load an object wayne Excel Programming 3 September 1st 04 08:27 PM
Could Not Load an Object vish tumu Excel Programming 3 November 19th 03 10:52 AM


All times are GMT +1. The time now is 02:31 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"