Please could someone advise me how to do the following in VBA.
I need to check for an empty cell in column B from cell "B3" down until there are no more non-empty cells in the column.
If there is a value in a cell in the B column then i need to insert in column E on that self same row, yesterdays date in format "d-mmm-yyyy".
Also i need to insert "COMPLETE" in column N also on that self same row.
Please could someone advise me how to do this in VBA.
My workbook is called "BookCheck" and the worksheet is called "Inventory"
TIA
I need to check for an empty cell in column B from cell "B3" down until there are no more non-empty cells in the column.
If there is a value in a cell in the B column then i need to insert in column E on that self same row, yesterdays date in format "d-mmm-yyyy".
Also i need to insert "COMPLETE" in column N also on that self same row.
Please could someone advise me how to do this in VBA.
My workbook is called "BookCheck" and the worksheet is called "Inventory"
TIA