tlc53
Active Member
- Joined
- Jul 26, 2018
- Messages
- 399
Hi,
I have a VBA code which is working great for me, however I want to define the date format on cell A3 to dd.mm.yy
How do I incorporate it into this extract of coding?
strName = wsA.Range("A1").Value _
& " - " & wsA.Range("A2").Value _
& " " & wsA.Range("A3").Value
Thank you!
I have a VBA code which is working great for me, however I want to define the date format on cell A3 to dd.mm.yy
How do I incorporate it into this extract of coding?
strName = wsA.Range("A1").Value _
& " - " & wsA.Range("A2").Value _
& " " & wsA.Range("A3").Value
Thank you!