View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
tom[_3_] tom[_3_] is offline
external usenet poster
 
Posts: 1
Default VB code needed for running newer excel version macros in older excel versions

is there another way then creating the macro in the older
excel version? this takes tooo long (e.g. siable the
feature in excel 2000?

-----Original Message-----
You need to eliminate the use of features of Excel 2002

VBA not supported by
Excel 2000 VBA.
One way to do this is to develop the code using Excel

2000, instead of Excel
2002.

--
http://www.standards.com/; See Howard Kaikow's web site.
"Tom" wrote in message
...
Hi all,

When trying to run a macro, created in excel XP, on a pc
with excel 2000 installed, the macro will find codes

that
are not recognized in the older excel versions and
therefore not finish running. Is there any (simple)

coding
available to avoid these problems from happening?

Thanks,
Tom



.