Testing, testing and more testing. I have a v.27 that takes 1.5 seconds and a v.28 that takes 2.5 minutes to unhide columns. I started from rev 27 and started adding stuff to make it into rev 28, step by step. Then I discovered that it was the excellent formula that tigeravatar provided here: http://www.excelforum.com/excel-form...ile-names.html that was the culprit. I've tested it three times now and it's beyond doubt that it's when I add that formula that it happens. Starting on a newly opened v.27 each time. Formula looks like this:
Formula:
=IF([@[Tag no]]="";"No tag no!";
IF(SUMPRODUCT(LEN([@[Tag no]])-LEN(SUBSTITUTE([@[Tag no]];MID("<>:""/\|?*";ROW($1:$9);1);"")));"Illegal Tag no!";
IF(OR([@[Longitudal distance
(from FWD port corner of room)]]="";[@[Transverse distance
(from FWD port corner of room)]]="");"No item coord.!";
IF(OR([@[Longitudal 1]]="";[@[Transverse 1]]="");"No rigging coord";""))))
Adding the same formula without tigeravatars line is no problem what so ever.
However, the weird part is that once I added it, the table is forever contaminated. Deleting the formula or replacing it with something else has no effect, it remains slow. I even deleted the formula column, no difference.
I made a mock up table and tried to recreate the error but no. I guess it's just a matter of if you provoke Excel enough, move things between sheets and workbooks back and forth, move columns around and you have a pretty complex setup to start with, bad things WILL happen.
I have no time to dig any deeper into this. I consider this solved.
Thanks to TMShucks for kicking me into action!
Bookmarks