B
beeawwb
Hello all.
Trying to work out an auto-enter problem, but not really sure how to
get started.
First, let me outline my spreadsheet.
There are 4 coulmns (ALL the other ones are hidden.)
Column A contains Text (the reference), Column B contains dollar values
(cheque amounts), Colum C contains a number (the number of invoices),
and column D contains a date (the date sent.)
Now, when I'm doing entries to this sheet, D will ALWAYS equal today's
date. So, I usually enter CTRL+; (semicolon) to enter the date.
What I want to do is this.
If A, B and C are not-blank (ie have values) and D IS blank, then when
I push "Enter" in Column D, it would enter just the value for today's
date (Ie, 18/02/2004) as a static value (so, it wouldn't ever change).
Any ideas? I assume it would need to be using an Intersect Range or
something like that in VBA, that would check the current column and
then check against the current row?
Many thanks for any help you can provide.
-Bob
Trying to work out an auto-enter problem, but not really sure how to
get started.
First, let me outline my spreadsheet.
There are 4 coulmns (ALL the other ones are hidden.)
Column A contains Text (the reference), Column B contains dollar values
(cheque amounts), Colum C contains a number (the number of invoices),
and column D contains a date (the date sent.)
Now, when I'm doing entries to this sheet, D will ALWAYS equal today's
date. So, I usually enter CTRL+; (semicolon) to enter the date.
What I want to do is this.
If A, B and C are not-blank (ie have values) and D IS blank, then when
I push "Enter" in Column D, it would enter just the value for today's
date (Ie, 18/02/2004) as a static value (so, it wouldn't ever change).
Any ideas? I assume it would need to be using an Intersect Range or
something like that in VBA, that would check the current column and
then check against the current row?
Many thanks for any help you can provide.
-Bob