
Excel will not suggest "SausagesGermanTasteGood" ( Excel in it’s used range of experience has forgotten it touched on cell A5 Its usedRange memory was cleared ( It was actually cleared at line 210 by use of its Properties – but that is a different issue ).
UWEC EXCEL DOWNLOAD FOR MAC CODE
If, after line 200, you stop the code and try to type _ S _ in cell A5, Excel will not help you. Line 210 confirms this, as line 210 will tell you that the last row of the UsedRange is 3. It is in fact, Emptyied.Īfter line 220 you will see that the call content is Empty. In line 200 the cell A4 is not given the value of a zero length string “” as we might have expected. Value appears to be intelligent in line 200 I believe it is a Method, or at least acts like one ( ) Line 190 tells you that your UsedRange has extended to have its last row = 4 ( After passing line 170 you will see in the Watch window _ ”=””” _ This is the formula held in the Range object for that cell. This is the value held in the Range object for that cell. Line 140 is the equivalent of you typing _ =”” _ in cell A4Īfter passing line 150 you will see in the Watch window _ ”” _ This is a value of a zero length string. ( Line 110 is necessary to clear anything you may have typed in cell A5 ) Excel will not suggest "SausagesGermanTasteGood" ( Excel in it’s used range of experience has not touched on cell A5. Line 90 tells you that the UsedRange last row is 3 It shows you that the contents of cell A4 are Empty ( There is nothing in it )

Once you pass line 70, you will be able to see in the Watch window the following:

( Actually it will work for all “connected” rows ** ). It appears only to work for rows immediately above until no spaces are encountered. If I had attempted that in cell A5, Excel would have not tried to help me with a suggestion.
UWEC EXCEL DOWNLOAD FOR MAC FULL
_.- for that screenshot, I had just typed _ d _ into cell A4, but Excel offered me a full word. The normal characteristics is that if I begin typing any word immediately below a row of already fully filled in ( no empty rows ) section, then Excel helps me and suggests one of the above words such as this: _. I think we are referring here to Automatically repeat values that already exist in a column Skip a row in sheet 1 and 2 and begin to input any string from A1:A3Īhh, silly me, I had forgotten what autofill was !! Or rather I was assuming that Excel Autofill was referring to being able to “drag down” a value, ( fill by using the fill handle _ or various copy and paste techniques )
