"object library not found"

C

claudia guerra

can anyone tell me why i'm getting the above message everytime i try
to open my macro files? thanks in advance, claudia
 
C

Craig Buback

can anyone tell me why i'm getting the above message everytime i try
to open my macro files? thanks in advance, claudia

Try this:

Open the VBA Editor (in Excel, under the Tools Menu, under Macros)

In the VBA Editor, under the Tools Menu, under Reference - try
enabling either Office Object Library or Word Objects Library by
placing a check next to it.

See if that helps.
 
S

Sean Arney

Also, if you are like me, I don¹t always declare every variable on Win, but
the Mac seems to default to Explicit Declarations...make sure your variables
are properly declared, ie: Dim result As Integer

If you have the Lib referenced as Craig said and it still wont compile,
check your variable declarations.

-seanA
 
Top