Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 32
Default VB backwards compatability

How can I determine the backward compatability of my VB code. I've
tested with Excel 2000 and 2003 but no longer have access to earlier
versions.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default VB backwards compatability

have exhaustive knowledge of the syntax for earlier versions

or

test with earlier versions. Either yourself or get someone to do it for you

--
Regards,
Tom Ogilvy



"mike" wrote in message
ups.com...
How can I determine the backward compatability of my VB code. I've
tested with Excel 2000 and 2003 but no longer have access to earlier
versions.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 32
Default VB backwards compatability

Thanks for that masterful insight, Tom!

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 32
Default VB backwards compatability

Thanks for the masterful insight, Tom.

If you access the About selection while under the VB Editor, you at
least are told the version of Visual Basic that is running. From there,
I'll have to try to find a source that differentiates between these
versions.

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 32
Default VB backwards compatability

Update: I found a very comprehensive answer in a Feb 2003 post. Anyone
interested in this subject might try searching for the (partial) title
Excel Version Compatability



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default VB backwards compatability

Of course, the big message is to develop in the lowest version. However, in
your original post, you seemed to rule that out - so I suggested the next
best thing of having someone test it in the earlier version.

I think you will find the biggest changes are not in VBA5 versus VBA6
(although there are significant ones), but within the Excel versions
themselves - especially if you have recorded any of your code. You will
find many methods have additional arugments recorded which will trip up you
code executing in earlier versions.

--
Regards,
Tom Ogilvy

"mike" wrote in message
oups.com...
Update: I found a very comprehensive answer in a Feb 2003 post. Anyone
interested in this subject might try searching for the (partial) title
Excel Version Compatability



  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 32
Default VB backwards compatability

Well, I've located two resource books, one on version 5, the other on
version 6. I'll compare those objects/properties/methods I'm concerned
about and make what ever adjustments are necessary. I'll still try to
locate an Excel97 user, though, as there is nothing better than actual
testing.

Thanks for your input...

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
backwards sum choice[_2_] Excel Programming 0 February 28th 05 07:23 AM
Compatability Libby Excel Programming 2 November 19th 04 01:19 PM
Excel VBA Backwards Compatability Problem - 2002-97 reniep Excel Programming 4 February 23rd 04 09:17 AM
VB backwards compatability to 97 Dave[_34_] Excel Programming 2 December 10th 03 01:51 PM
Tab backwards Garry Jones Excel Programming 3 November 5th 03 11:41 AM


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