Hello everybody!
Currently I use the following VBA code to find missing numbers in a range ("C2:C3000"), worksheet "2014".
The missing numbers are listed in a new sheet called ("MissingNumbers"), in range ("B1:B").
Please, could somebody help me with improving this code in order to:
1. add exceptions that wouldn't be listed as missing numbers (e.g. 4360241, 4360256, etc).
2. count the missing numbers at the end of the range ("B1:B") (in the first empty row, of course).
3. copy the missing numbers (with the count number) in the range ("AJ2:AJ") of the worksheet ("2014").
Thank you very much in advance!
Bookmarks