Compile errors if on computer other than dev computer

S

scain2004

What, generally, would cause an excel workbook to work just fin
(perfectly) on the machine it's created on, but get compile errors o
any other computer. They're all running the same version (2000).

Is there any way to find out what the compile errors actually are?

The other error message I get is: "could not load an object because i
is not available on this machine"
 
F

Frank Kabel

Hi
seems you have used early binding or a reference is not correctly set.
You may post the relevant part of your code which results in this
error!
 
Top