Thread
:
How do I change a date in a cell
View Single Post
#
2
Don Guillett
Posts: n/a
Just put an target.offset(0,1)=date in a worksheet_change event of the sheet
code.
--
Don Guillett
SalesAid Software
"Iamdent" wrote in message
...
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?
Reply With Quote