In Tools | References Missing
From: CAE (anonymous_at_discussions.microsoft.com)
Date: 05/19/04
- Next message: T: "IS THERE A WAY TO MAKE AN OBJECT AN EDITABLE PART OF A SPREADSHEET"
- Previous message: Tempy: "Find a value if there continue"
- In reply to: Juan Pablo González: "Re: "Can't find Project or Libr." when using Form in Macro"
- Next in thread: Juan Pablo González: "Re: In Tools | References Missing"
- Reply: Juan Pablo González: "Re: In Tools | References Missing"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 19 May 2004 12:20:19 -0700
Thanks there is a Missing Reference:
I dont know how to deal with/correct it?
The missing reference is "Microsoft ActiveX Data Objects
(Multi-Demensional) 2.7 Library"
In Tools | References Missing
>-----Original Message-----
>In Tools | References, check if you have any items marked
as "MISSING"
>
>--
>Regards
>
>Juan Pablo González
>
>"Cae" <anonymous@discussions.microsoft.com> wrote in
message
>news:f4df01c43dc8$6e277650$a301280a@phx.gbl...
>>
>> I had the following macro working in Excel 2000, when I
>> used an Excel XP machine to save the file now I get the
>> following error when running on back Excel 2000.
>>
>> "Compile Error: Can't find Project or Library"
>>
>> The Macro Breaks at the following Code that uses
a "Form"
>> to graphically display progress.
>>
>> Sub UpdateProgress(pct)
>> With Mercury_Reporting_Package.ProgressUpdate_Form
>> .FrameProgress.Caption = Format(pct, "0%")
>> .LabelProgress.Width = pct *
>> (.FrameProgress.Width - 10)
>> .Repaint
>> End With
>> End Sub
>>
>> Thank you in advance
>>
>
>
>.
>
- Next message: T: "IS THERE A WAY TO MAKE AN OBJECT AN EDITABLE PART OF A SPREADSHEET"
- Previous message: Tempy: "Find a value if there continue"
- In reply to: Juan Pablo González: "Re: "Can't find Project or Libr." when using Form in Macro"
- Next in thread: Juan Pablo González: "Re: In Tools | References Missing"
- Reply: Juan Pablo González: "Re: In Tools | References Missing"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|