Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Using Older versions of ms excel with 2003

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 923
Default Using Older versions of ms excel with 2003

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Older Versions of Excel excel help Excel Discussion (Misc queries) 1 September 22nd 08 12:26 AM
Converting Excel 07 to older versions SNS Excel Discussion (Misc queries) 4 September 24th 07 12:43 PM
Older versions of Excel Launchnet Excel Discussion (Misc queries) 5 August 6th 07 03:50 PM
using Excel 2003 protected sheets with older versions of Excel lisad Excel Discussion (Misc queries) 0 March 28th 07 05:52 PM
Compatibility with older versions of Excel ChuckM[_2_] Excel Programming 2 December 20th 03 06:47 PM


All times are GMT +1. The time now is 12:02 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"