I have written a program that does an extensive amount of Excel manipulation. To enable it to run on a range of target PCs I have converted to late binding (following Si_the_Geek's excellent tutorial on how to do this). This includes adding the XL97 constants module.
However the program now fails when it reaches the Calculate function - Compile Error, Sub or Function not defined.
Any ideas please.
Geoff


Reply With Quote
)