I'm trying to code a MS Word document that compares the dates stored in a certain column against the current date, and if it is "out of date" (ie the current date is greater than the dates in the columns) then the row in which the date is stored either turns red OR is automatically...
Hi,
I'm trying to write a function that completes a task whether the user selects any single cell, or any adjoining multiple cells (eg any two cells side by side, or any two cells top and bottom, or any block of 4 or more).
This I want to do with an IF statement
ie
If [a single cell is...