Greetings,
I have this VB code that is running on my worksheet. What I'm attempting to do here is insert 'Date' in the adjacent cell (Column J) when the word "Delivered" is updated into the target cell (Column I). This is working in part. When I focus on a cell in column I and type in the word "Delivered", the adjacent cell in column J gets the Date stamp. But my issue is that I am not typing in the word 'Delivered'. Instead, a formula is evaluating other cells in the worksheet and when all of those cells are marked as 'Complete' then the word 'Delivered' is filled into the cell in column I. My problem here is that when the formula inserts 'Delivered', then the offset cell (Column J) does not get the Date.
How can I get around this issue? Or is there another way that I should be populating this date? I discovered that I cannot simply use a formula in the worksheet because the date keeps dynamically changing, so that's why I went the VB route.
Here's my VB Code:
The other issue is that if the word 'Delivered' is removed from column I, I want the date in the adjacent cell to be cleared. I would also like to limit this VB code to 'Delivered' in column I only if at all possible.
Sorry for the questions but I'm new to VB. Thanks so much for the help!
Regards,
Drew
Bookmarks