View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
bradasley bradasley is offline
external usenet poster
 
Posts: 10
Default date format change when opening file with vb

When opening a file by simply double clicking, the dates in the file remain
in UK format.

When opening the file as part of a macro, the dates where the the day is
greater than 12 switches to US format.

Does anyone know how I can stop the dates switching to US format?

Thanks

David