Hi Peeps
Having some trouble getting my VBA code to write "March-13" as text, rather than 01/03/2013
Can anyone suggest some code that will make it write it as the text, "March-13"
My current code is:
where, VarMonth is a cell on the sheet with, "March-13" written in it![]()
Cells(emptyRow, 1).Value = VarMonth
Many thanks for your help!![]()
Bookmarks