VB backwards compatability to 97

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Hello, I created an Excel 2000 based application which
uses a bunch of VB macros I created. I distributed this
program to someone using Excel 97 and many of macros do
not seem to work.

Can someone clarify the backwards compatability of VB from
2000 to 97?

Thank you in advance.

Dave
 
One problem is that some properties and methods available in xl2000 are not
available in xl97. Same for some of the arguments to functions shared in
both. If you use any of these, then you would get an error in xl97.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top