How do I change a date in a cell

I

Iamdent

I am trying to build a sheet for tracking inventory. I want to put a cell
beside the "received" and "issued" cells to record last entry date. Anybody
out there have a method to do this?
 
D

Don Guillett

Just put an target.offset(0,1)=date in a worksheet_change event of the sheet
code.
 
Top