Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Im currently using an older version of excel at college to study VBA.
I have semi completed my project have sent it home for some tweaks. BUT MS excel 2003 wont show my calander and is having trouble with a few other aspects including timer formats. Is there a way round this at all? Any help would much appreciated |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In general xL is forwards compatible but several libraries and objects such
as the calendar need to change to alternative versions. Also some functions have additional parameters that trip the later version up because they are missing and not required in the earlier version. I have not found an easy way around this and tend to develop in xl2002 although the target is xl98 - I then correct any issues in the target application to make a working version. Fixes to code I make in the xl98 version are then adapted in xl2002. The library references still have to be changed manually unless you keep two versions! -- Cheers Nigel "BassJay" wrote in message ... Im currently using an older version of excel at college to study VBA. I have semi completed my project have sent it home for some tweaks. BUT MS excel 2003 wont show my calander and is having trouble with a few other aspects including timer formats. Is there a way round this at all? Any help would much appreciated |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Older Versions of Excel | Excel Discussion (Misc queries) | |||
Converting Excel 07 to older versions | Excel Discussion (Misc queries) | |||
Older versions of Excel | Excel Discussion (Misc queries) | |||
using Excel 2003 protected sheets with older versions of Excel | Excel Discussion (Misc queries) | |||
Compatibility with older versions of Excel | Excel Programming |