Hi,
In VBA, I'd like to add date from A1 to my selected cells.
I can do it if only 1 cell is selected; but when it comes to a range like "a2:a5" I can not!
And there is one condition:
I think a loop to an array needs to be written but I fail!
Thnx fr yr help.
In VBA, I'd like to add date from A1 to my selected cells.
I can do it if only 1 cell is selected; but when it comes to a range like "a2:a5" I can not!
And there is one condition:
If selected cell(s) is empty then copy the date from A1
but if not
then join the dates of the selected cells and A1 with the delimiter comma (,)
but if not
then join the dates of the selected cells and A1 with the delimiter comma (,)
I think a loop to an array needs to be written but I fail!
Thnx fr yr help.