VBA Excel2000 error 438 help

S

stuart

When I run my VBA macro it stops after running for a while with the error:

Run-time error '438':
Object doesn't support this property or method

Microsoft.com Knowledge Base 211731 says something about ActiveX (which I have not used and don't understand). My macro is basically two IF...THEN...ELSE loops, it is not written to do any formatting.

Can anyone help please.
 
Top