VBA - Going from 2003 to 2007

missmyady

New Member
Joined
Jan 17, 2014
Messages
2
Hi I have recently upgraded excel from 2003 to 2007. Now a report that I run with quite a lot of VBA-code is not working.

When opening the file I get a warning that not all content can be read but if i trust the user excel will try to repair the file.

after pressing yes i get this notification: "Excel recovered your formulas and cell values, but some data may have been lost."

Then all the macros have been deleted and only content with no use what so ever appears afterwards.


Any suggestions to which specifik strings of code that are not working in this context/ do you know which are the most common problems when using VBA/macros and going from 2003 to 2007?
Hope you can help me :)!
Best regard Missmayday
 
Last edited:

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Most common is that FileSearch code needs to be changed to DIR beyond that you will need to post the code. HTH. Dave
 
Upvote 0

Forum statistics

Threads
1,214,932
Messages
6,122,323
Members
449,077
Latest member
jmsotelo

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