More on saving as binary.

K

Kevryl

OK, so I started the experiment and soon got pulled up. I'm saving my .xls
file as a binary .xlsb, and the darned thing wants to put an underscore in
front of range names. I dunno if it applies to all, but the first one not
acceptable was Bal001. Aah yes, would this be because Bal001 is now an actual
cell within the new Excel 2007 spreadsheet size?

I've got a feeling that's probably the case. If so are there any other new
restrictions on range names since Excel 2000?
 
M

Ms-Exl-Learner

I don’t think so it is a new one in Excel 2007, because since Excel 2000 to
2003 the Rows are 65536 and the columns are 256 (I don’t know about the prior
versions which is prior to Excel 2000). So you can’t able define the Ba1001
in the above versions also.

But In Excel 2007 and 2010 the number of Rows has been increased to 1048576
and columns are 16384, so you can’t able to define the names from A1 to
XFD1048576 in Excel 2007 & 2010.
 
G

Gord Dibben

You are correct.

Bal001 is a cell address in 2007

Hence the underscore.


Gord Dibben MS Excel MVP
 
T

T. Valko

would this be because Bal001 is now an
actual cell within the new Excel 2007
spreadsheet size?

Yes, sort of!

There is no actual cell address BAL001 but Excel will interpret that as the
actual cell address BAL1.

Try entering BAL001 in the name box and then hitting Enter. Excel will take
you to cell BAL1.
 
M

Ms-Exl-Learner

Oh! Made a mistake. Please ignore my previous post. I wrongly read the
Bal001 as Ba1001.
 
J

Jacob Skaria

and this behaviour is not only with Excel 2007...but also with the previous
versions.
 
K

Kevryl

Thanks folks, I shoulda twigged to that sooner. It means there's not too many
range names (and macros) I'll need to change if I save as 2007 files. Heaps
of range names but very few that could be a cell address.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top