Macro Wont Run On Excel 2007

wayneshirley

Board Regular
Joined
Jun 23, 2003
Messages
140
Hi there,

I have a macro that was developed using Excel 2003 (TB.xls). Recently I have upgraded to Excel 2007. Each time I run the macro an error message appears:

Significant loss of functionality
This workbook contains data in cells outside the row & column limit of the selected file format.

Another person in my office uses the same macro, originally with Excel 2003 but now with Excel 2007 and it works perfectly on her PC.

Any ideas please?
 
I would suggest to step through the macro (Alt+F8, select macro, click step into, start hitting F8). Make sure you make the VBA editor window small enough so you can see a part of the Excel window. Now keep paying attention to the excel window, check if what is happening is epxected.
 
Upvote 0

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Hi Jan,

Thank you so much! I didn't know about stepping into (but do now) and I found the problem. It seem a piece of code that was there to delete junk was deleting everything.

This code works on Excel 2007 but apparently not on Excel 2007.

Thanks again.

Wayne.
 
Upvote 0

Forum statistics

Threads
1,224,522
Messages
6,179,299
Members
452,904
Latest member
CodeMasterX

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