Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Using macros on different versions of Excel

I am creating Excel sheets that are used on computers running different
versions (2000 onwards) of Excel and different language versions. Using
Excel 2003 for creating the sheets and recording/modifying the VBA
code, I get results that work perfectly well when I test them on Excel
2003.

However, some of the macros generate errors when run on other Excel
versions? Is there a way to know, without sending the files for a
trials to the users and without having access to all previous versions
for testing, to know the common denominator scripts that work on Excel
2000 onwards.

My problems are mainly with
- Hide/Unhide sheets
- Paste Special Values
- Sorting

  #2   Report Post  
Posted to microsoft.public.excel.programming
JNW JNW is offline
external usenet poster
 
Posts: 480
Default Using macros on different versions of Excel

I don't know that there is a general dictionary of compatability issues. I
have run into the same problem where I work. I generally find a computer
with xl2000 and test the code. If I need to make any changes I make them on
the that computer as the newer versions of xl are generally backwards
compatible.

With the problems you have listed there have been no major changes just
minor syntax changes. Without more info this is the best answer I can give.

If you want to post examples of what is not working we can see about testing
and giving the correct syntaxes.

"AndersW" wrote:

I am creating Excel sheets that are used on computers running different
versions (2000 onwards) of Excel and different language versions. Using
Excel 2003 for creating the sheets and recording/modifying the VBA
code, I get results that work perfectly well when I test them on Excel
2003.

However, some of the macros generate errors when run on other Excel
versions? Is there a way to know, without sending the files for a
trials to the users and without having access to all previous versions
for testing, to know the common denominator scripts that work on Excel
2000 onwards.

My problems are mainly with
- Hide/Unhide sheets
- Paste Special Values
- Sorting


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
Excel 2007 Macros compatibilty with earlier versions!! Raja Excel Discussion (Misc queries) 1 May 8th 08 02:15 PM
Menu/toolbars/macros defined in Excel 2003 not working in other versions? aiyer[_34_] Excel Programming 2 August 13th 04 07:32 PM
How to make the macros work for different Excel versions? aiyer[_30_] Excel Programming 1 July 26th 04 12:52 PM
VB code needed for running newer excel version macros in older excel versions Tom Excel Programming 6 October 16th 03 03:11 AM
Code for runnning macros created in XP in older excel versions Tom Excel Programming 1 October 15th 03 02:41 PM


All times are GMT +1. The time now is 10:47 PM.

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

About Us

"It's about Microsoft Excel"