tlc53
Active Member
- Joined
- Jul 26, 2018
- Messages
- 399
Hi there,
Can someone help me write this VBA code please?
In column K (from K9 down) I have dates or blanks. I want to be able to push a button (POST) and if column K has a date in it (ie. isn't blank) then today's date should be entered in column L (L9 down). Once this date is entered in column K, it shouldn't change (ie. tomorrow it shouldn't change to tomorrow's date).
I would like to be able to push this button multiple times but for it not to override any dates already entered in column K.
So if column L = date then enter today's date in column K if K is blank
Thanks very much!
Can someone help me write this VBA code please?
In column K (from K9 down) I have dates or blanks. I want to be able to push a button (POST) and if column K has a date in it (ie. isn't blank) then today's date should be entered in column L (L9 down). Once this date is entered in column K, it shouldn't change (ie. tomorrow it shouldn't change to tomorrow's date).
I would like to be able to push this button multiple times but for it not to override any dates already entered in column K.
So if column L = date then enter today's date in column K if K is blank
Thanks very much!