Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default Program compatability - 2002 vs. 2000

Hi. I am writing macros in 2002 and would like for people using 2000 to be
able to us the macros. I am running into problems ... Is there a
compatability issue between the two? Is there a way around this other than
having the others upgrade?

Thanks,
Mike.
  #2   Report Post  
Posted to microsoft.public.excel.programming
Naz Naz is offline
external usenet poster
 
Posts: 85
Default Program compatability - 2002 vs. 2000

What sort of problem?
--

_______________________
Naz,
London


"Mike D." wrote:

Hi. I am writing macros in 2002 and would like for people using 2000 to be
able to us the macros. I am running into problems ... Is there a
compatability issue between the two? Is there a way around this other than
having the others upgrade?

Thanks,
Mike.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 575
Default Program compatability - 2002 vs. 2000

Mike,

The best way to do this is to write your code in 2000 and get it working
then test it in 2002. It is more likely to be compatible that way around.

Robin Hammond
www.enhanceddatasystems.com

"Mike D." wrote in message
...
Hi. I am writing macros in 2002 and would like for people using 2000 to
be
able to us the macros. I am running into problems ... Is there a
compatability issue between the two? Is there a way around this other
than
having the others upgrade?

Thanks,
Mike.



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 923
Default Program compatability - 2002 vs. 2000

Hi Mike
I run into to similar problems with developing in XL 2002 and XL 97, the
problems seem to lie in two areas.....
1. Commands that either are non-existent or have extended features.
2. Sublte changes in the way VBA deals with variables formats etc.

The first is the easiest to spot but most difficult to fix, usually VBA
throws an error and you then need to explore differences, unfortunately the
fix often means a code section rewrite.

The second is simplest to fix but the most annoying as it is not always
obvious what the problem is. Recently I had a procedure that worked fine in
XL2002 - it tested for a numerical value on a worksheet, in XL97 the same
worksheet thru an errror - type mismatch. The worksheet value was in fact a
string (numerical characters!). The fix in XL97 worked fine in XL2002.

I guess the best approach (if possible) is to work in the oldest version and
test in the later version(s). Froward compatability is more likely - but
not always guaranteed!


--
Cheers
Nigel



"Mike D." wrote in message
...
Hi. I am writing macros in 2002 and would like for people using 2000 to

be
able to us the macros. I am running into problems ... Is there a
compatability issue between the two? Is there a way around this other

than
having the others upgrade?

Thanks,
Mike.



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
How do you set Excel 2002 as the default program? Steve48 Setting up and Configuration of Excel 4 September 6th 09 05:20 PM
Excel 2002 - Program breakdown while saving Conny Excel Discussion (Misc queries) 0 May 20th 08 11:34 AM
Range.calculate debug, Excel 2000 VBA compatability with Excel XP Bill Excel Programming 0 August 23rd 04 12:09 PM
Excel VBA Backwards Compatability Problem - 2002-97 reniep Excel Programming 4 February 23rd 04 09:17 AM
Excel 2002 and 97 compatability Andy Excel Programming 2 July 22nd 03 09:39 PM


All times are GMT +1. The time now is 11:05 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"