Re: Cannot find VBA definition in XP Only
From: Tim Ferguson (FergusonTG_at_softhome.net)
Date: 03/24/05
- Next message: Jeff Conrad: "Re: Get individual step Details of Macro?"
- Previous message: Tim Ferguson: "Re: Best method to OPEN and send instructions to Word 2000 from Acces."
- In reply to: Robert1105: "Cannot find VBA definition in XP Only"
- Next in thread: John Nurick: "Re: Cannot find VBA definition in XP Only"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 24 Mar 2005 09:39:54 -0800
"=?Utf-8?B?Um9iZXJ0MTEwNQ==?=" <Robert1105@discussions.microsoft.com>
wrote in news:D4CD0A64-D1E3-40E9-A1DA-D37B01FB17AC@microsoft.com:
>
> We are experiencing problems with the VBA Reference even though the
> Visual Basic for Applications is a selected referenced. One example
> is with CHR$(13). When we right click to find the definition, it
> cannot find it? The error we receive is:
You are quite right that this is a References problem. Look in the
References list in the VB Editor and look for *any* missing reference.
Either uncheck it or remove it altogether. If it's a library you need
then you'll have to find it manually or check the installation etc; if
it's one you don't need then don't worry any further.
The point is that VBA is really sensitive to a missing reference anywhere
in the environment, and the commonest symptom is for plain VB functions
(such as Date() or Chr$() etc) to fail, regardless of which library is
broken.
Hope that helps
Tim F
- Next message: Jeff Conrad: "Re: Get individual step Details of Macro?"
- Previous message: Tim Ferguson: "Re: Best method to OPEN and send instructions to Word 2000 from Acces."
- In reply to: Robert1105: "Cannot find VBA definition in XP Only"
- Next in thread: John Nurick: "Re: Cannot find VBA definition in XP Only"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|