kevbez1969
New Member
- Joined
- May 20, 2011
- Messages
- 7
I have a cell say A1 containing a month in the short format (apr)
what vba scripting can i use to make cell A2 equal the same month but in the long format (April)
or even add it to some text in another cell as in the example below:
A1 = apr
so with the script run:
B1 = April
C1 = The month is April
Thanks
what vba scripting can i use to make cell A2 equal the same month but in the long format (April)
or even add it to some text in another cell as in the example below:
A1 = apr
so with the script run:
B1 = April
C1 = The month is April
Thanks