Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display "macro-free workbooks - VB project message" on closing Exc | Excel Discussion (Misc queries) | |||
"Can't find project or library" after emailing files. | Excel Discussion (Misc queries) | |||
Excell error "Can't find Project or Library" Project VBAProject | Excel Worksheet Functions | |||
indirect.ext - "can't find project or library" error | Excel Worksheet Functions | |||
macro error "can't find project or library" | Excel Programming |