G
Gary Elsner
I have a date which is formated as "13-Mar". (That is, I
need to see only the day and the Month and not the year.)
I want to combine this formatted date with the
word "Birthday" using a vba statement similar to:
Worksheets("Output").Cells(CurRow, 2) = "Birthday: " + Str
(Worksheets("BRWCInfo").Cells(CurRow, 3))
But it says I have a "type mismatch".
Help...I've tried a lot of different approaches. And
can't get the result to equal "Birthday = 13-Mar".
I will appreciate your help very much,
/ Gary E.
need to see only the day and the Month and not the year.)
I want to combine this formatted date with the
word "Birthday" using a vba statement similar to:
Worksheets("Output").Cells(CurRow, 2) = "Birthday: " + Str
(Worksheets("BRWCInfo").Cells(CurRow, 3))
But it says I have a "type mismatch".
Help...I've tried a lot of different approaches. And
can't get the result to equal "Birthday = 13-Mar".
I will appreciate your help very much,
/ Gary E.