Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? (So I don't have to write the code again in excel 2000? Thanks, Tom |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a client that sends my wb to many users. Some have xl95. So, I have
xl95,xl97sr2 and xl2002 all on the same computer. I write the program using xl95. However, IF you know the difference, you can write to the version. If versionwhatever then do this else do that "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? (So I don't have to write the code again in excel 2000? Thanks, Tom |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 working on files created with older versions | Excel Discussion (Misc queries) | |||
Older Versions of Excel | Excel Discussion (Misc queries) | |||
modifying files created from older versions of Excel | Excel Discussion (Misc queries) | |||
Older versions of Excel | Excel Discussion (Misc queries) | |||
VB code needed for running newer excel version macros in older excel versions | Excel Programming |