Upgrade Nightmare

Elsie

Board Regular
Joined
Jun 3, 2002
Messages
121
Hello again

I have written an application that uses many VBA macros which were working perfectly under Windows 95 but now we have been upgraded to 2000, don't work at all! Can anyone suggest a solution?

Many thanks.

Elsie
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Hi

Excel version do differ and thier VBA also has changes too, so some vba LINES can fault in different versions and even the spacing can change and the delivery of codes.

Normal if you go down this issue is compounded, can i suggest posting one code and see if we can help you fix it, some gurus on this site might just edit a bit and problem solved.
If needs be solve one post the next until al solved

HTH

Post your first code !
 
Upvote 0
Probably not the operating system, unless the code is opening/closing files, and the namings are causing trouble. Usually filenaming is a backwards compatibility issue.

If the files are being pulled across a network, what is the OS of the network server?

Chances are it's the version of Excel. Excel's version conflicts usually halt the program; it doesn't continue on with flawed behavior.

Have you opened the offending workbooks and re-compiled them in the new version? What sort of compile errors do you see?

I have had issues toggling back and forth from the Excel 97 at work, and my home computer's Excel 2002. Usually Excel 97 does the complaining.
 
Upvote 0

Forum statistics

Threads
1,225,477
Messages
6,185,216
Members
453,283
Latest member
Shortm88

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