When you select cells with two or more consequent numbers and drag it, AutoFill will fill the selection with next numbers in sequence. For example, after ABC-2 and ABC-3 will be ABC-4, ABC-5, etc.
But I have a column with characters after the numbers: 100-2009, 101-2009, 102-2009, etc.
How to write the macro to read the last cell in the column before the selection (say, 105-2009) and fill the selection with consequent numbers: 106-2009, 107-2009, etc (all numbers are in the same column) ?
Thank you in advance,