<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif">And some of my respones:<span style="font-family:Arial,Helvetica,sans-serif"></span></div><div><br></div><br>>    What does Excel do for that ? (perhaps check names before columns or <br>something(?) or de-mangle and check names). <br><br>No idea. Apparently Excel clamps old documents to 1024 columns. We may need to do something similar i.e. have an option to explicitly enable >1024 columns. <br><br><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">    Could we push the names of the names through the address de-mangler,<br> and just warn the user in this case (?) - as long as people are not<br> caught unawares - I'd imagine that we can survive (?) =) </blockquote><br><br>That is a possibility. The problem is really that we decide at a very low level (down in address.cxx) what we are looking at, and that lacks context, and we call into there from all over the place with not much more than a string, and try and decide if it is some kind of named thing, and cell reference, or a named reference, etc. <br>Not ideal. <br><br></div>