View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default XL 2003 macro not working in XL 2000

You are using parameters/arguments that were introduced in a version of
excel after xl2000 and xl2000 does not recognize the arguments.

You should record your macros in the lowest version where they will be run.

--
Regards,
Tom Ogilvy


"Steve R" wrote in message
...
I have recorded several macros involving the advanced
filter funtion in XL2003 and users running these macros
in XL2000 are getting debug messages when these macros
run.

Does anybody have any idea what causes this ?

Thanks, Steve