I am looking for VBA code that I can select a range and it would:
- Create a new workbook and a worksheet named with a the source name & date/time stamp
- select a any range
- find all the blanks in the selected range
- report the blank address in column A of the new wb/sheet
- report the column header in column B (the column header being the upper most cell of the selected range)
- report the row header in column C (the row header being the left most cell of the selected range)
- repeat until all blanks are reported