Raja Kamarthi
New Member
Need small help in getting a desired format through VBA script:
My code takes a value from a cell which is in date format and it gives the output in "1/8/2013" format.Below is the code:
"Your reporting day would be on" & "" & "" & Sheet1.Range("G" & (Cntr)).Value and the output for this is "Your reporting day would be on 1/8/2013"
Now I need the output in "8th January 2013" format.
Please share your thoughts.
Regards,
Raja
My code takes a value from a cell which is in date format and it gives the output in "1/8/2013" format.Below is the code:
"Your reporting day would be on" & "" & "" & Sheet1.Range("G" & (Cntr)).Value and the output for this is "Your reporting day would be on 1/8/2013"
Now I need the output in "8th January 2013" format.
Please share your thoughts.
Regards,
Raja