Hi all
This is hopefully a really simple thing, but I've hit a stumbling block in trying to puzzle it out.
I have a ComboBox on a userform in Word, which is used as (1) the end date for calculation of interest (this bit works perfectly) and (2) dating the letter.
For calculation of the interest, the date needs to be entered in format:- "dd/mm/yyyy", however when dating the letter it needs to display in long form, i.e. "Day Month Year".
I have attempted to define DateofLetter as String, and then put the following into the code controlling the commandbutton to run the macro.
However that doesn't seem to work.DateofLetter = Format(Me.ComboBox3.Value, "Long Date")
Does anyone know how to go about converting the short date into long date?
Thanks very much
Dav