Excel 2000 App being used in Excel 97, should there be probl

charlie79

Board Regular
Joined
Feb 27, 2002
Messages
97
I have created an Excel Application using VBA, with some ADO code. This app is going to be primarily used on PC's running Excel 97. I have tested it out, and it doesn't seem to want to run any of the code. The macro warning comes up on startup, and I enable them. Is this an issue of writing the app in of backwards compatibility with excel macros?
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
I dont know the specifics, but I know that I had a TON of problems when I wrote a program in 2000 and tried to use it in 97. To fix the problem, I just copied the whole workbook into an excel 97 workbook and kept stepping through the program, fixing one error at a time.

As a sidenote, if you ever program for others, its always best to program on the LOWEST version that will be used by others, then add things in that only the users of newer versions will be able to use without comprimising the rest of the program.

Regards
 
Upvote 0

Forum statistics

Threads
1,214,413
Messages
6,119,374
Members
448,888
Latest member
Arle8907

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top