.xlsb file opened in Excel 2003

mikeymay

Well-known Member
Joined
Jan 17, 2006
Messages
1,600
Office Version
  1. 365
Platform
  1. Windows
I have a template file that I would like 2003 users to be able to open as a .xlsb file that gets converted upon opening.

When the file is opened in 2003 I get a warning message about named ranges and/or ranges going beyond 2003's capabilities but upon checking the ranges there is nothing in the Name Manager list of named ranges that go beyond column IV or row 65536.

Currently the file is saved as a .xls via 2007 and when opened in 2003 I don't get any issues, but if saved as a .xlsb file via 2007, the error messgae is displayed when it is then opened in 2003.

I need to save as a .xlsb to reduce the file size (6.5mb as .xls v 700ish k in .xlsb).

Thanks
 
The template does not have any further ranges added to it during the compilation process.
 
Upvote 0

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
A dynamically defined range is one that is based on a formula such as:

=OFFSET(Sheet1!$A$1,0,0,COUNTA(Sheet1!$A:$A),1)

These would be visible within Name Manager (in xl2007+). Do you have any of these (may be based on other formulas, not just OFFSET)?
 
Upvote 0
All the ranges are 'hard coded' and are not established by formulas.

To be honest, I didn't even know that a range could be established by entering a formula into the Name manager!
 
Upvote 0
Sorry Andrew, but I can't email attachements out to external email addresses. Is a bummer, but nothing I can do to get around that.
 
Upvote 0

Forum statistics

Threads
1,215,416
Messages
6,124,772
Members
449,187
Latest member
hermansoa

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