Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 63
Default Missing References

I had a problem today with a missing reference - Microsoft Forms 2 on a
colleague's machine at work (Office 2003; VBA 6.5; XP).

I've read Chip Pearson's "Missing References in VBA" which is a geat
explanation about how to fix problems like this.

Oddly the library didn't seem to be flagged as "missing" and was in fact
present in the system32 directory but didn't show up in the list of
available references.

Now to the questions:

I'm not clear on whether if I write code in a project that references a
library which is not part of the "core libraries" the additional reference
*should* be loaded transparently by Excel (accepting that sometimes that
process can fail).

Is it likely that the reason that Forms 2 dll didn't load was that it wasn't
shown in the References list although the library was actually available in
the system32 directory?

I hope this makes sense.

DB


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Missing References


I've seen missing references occur often. Usually I've seeen the
problem when office gets updated and the update software doesn't move
the refernce from the older version of Office (in program files) to the
newer version of office. but it sometimes happens in windows system32
folder. the version of the dll is part of the name of the dll and when
updates are performed sometimes the update software misses a DLL. I've
also seen PC's where DL's got accidently dleeted and simply copying the
dll from another PC fixes the problem.


--
joel
------------------------------------------------------------------------
joel's Profile: http://www.thecodecage.com/forumz/member.php?u=229
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=196233

http://www.thecodecage.com/forumz

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,836
Default Missing References

Weird. Maybe turn it off, wait a couple minutes, turn it on, and try it
again. Maybe a memory issue...



--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"Project Mangler" wrote:

I had a problem today with a missing reference - Microsoft Forms 2 on a
colleague's machine at work (Office 2003; VBA 6.5; XP).

I've read Chip Pearson's "Missing References in VBA" which is a geat
explanation about how to fix problems like this.

Oddly the library didn't seem to be flagged as "missing" and was in fact
present in the system32 directory but didn't show up in the list of
available references.

Now to the questions:

I'm not clear on whether if I write code in a project that references a
library which is not part of the "core libraries" the additional reference
*should* be loaded transparently by Excel (accepting that sometimes that
process can fail).

Is it likely that the reason that Forms 2 dll didn't load was that it wasn't
shown in the References list although the library was actually available in
the system32 directory?

I hope this makes sense.

DB


.

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
Tools...References shows "MISSING:" in front of 2 references Mike Jamesson Excel Programming 1 October 19th 05 06:33 PM
Help With Missing References PC[_4_] Excel Programming 5 May 28th 05 01:21 PM
Missing References Felix[_3_] Excel Programming 1 June 7th 04 03:19 PM
References.Remove References(1) DOES NOT WORK for "MISSING:" Refs Jamie Carper[_2_] Excel Programming 0 May 27th 04 04:22 PM
Bad or Missing References Bill B[_3_] Excel Programming 0 January 8th 04 01:29 PM


All times are GMT +1. The time now is 11:09 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"