Wearable

This one looked a bit like fancy knitting, hence the quotation.

Today’s Gratitude Item: Learning how to program a simple macro in excel. Said macro compares the values of two cells and then outputs a statement using a message dialogue box. One of my students had to help me to reference cells in the macro as its not quite as simple as stating if B12 > C12, then … Instead, you have to say if Range(“B12”).Value etc. Its complicated for first timers but with a bit of practice it’s not too bad.