Hi there hopefully this will be a simple one ![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
I have the following line of Code:
It sets a time and date stamp to CELL Named "Completed" - last week this working fine, but this week, strangley the date has changed to the US Standard.
Example:
Todays date is stamped as 11/02/10 etc when i would expect it to be 02/11/10 etc - Is this set in the code or the APP Settings itself?
Thanks in advance
Al
I have the following line of Code:
Code:
Range("Completed").Value = FormatDateTime(Now, vbGeneralDate)
It sets a time and date stamp to CELL Named "Completed" - last week this working fine, but this week, strangley the date has changed to the US Standard.
Example:
Todays date is stamped as 11/02/10 etc when i would expect it to be 02/11/10 etc - Is this set in the code or the APP Settings itself?
Thanks in advance
Al