Format function 2000 > 2002

G

grovesy

Hi all. Can anyone tell me if there is a difference in the forma
function between office (excel) 2000 and 2002?

I have written some VBA macros in excel 2000 with works fine, but whe
i run the excel file on a machine that has office 2002 i get a runtim
error saying "Can't find project or library" and highlights the Forma
call in my code.

Any ideas?

I have checked the microsoft website to see if there is a patch fo
this problem but can't any reference to this problem.

Cheer
 
R

Rob van Gelder

More than likely you are missing a reference.

From Tools | References, check for references which are listed as MISSING.
 
G

grovesy

Rob I have checked the reference list and the Calendar control IS liste
as missing. How to i make this... not missing?

Cheer
 
Top