View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.setup
JohnP[_2_] JohnP[_2_] is offline
external usenet poster
 
Posts: 1
Default NumberFormat property

From Access 03 I can change the NumberFormat Property of an Excel 03
cell. For cell say F10 if original Date format was "dd/mm/yyyy"
I can change it to "m/d/yyyy"
objResultsSheet.Range(F10).NumberFormat = "m/d/yyyy"

Do you know what are the repercussions of this change? The cell value
was originally 14/3/2011. It still is and this logical since my
Regional Settings have not changed.

In other words what is the use of the NumberFormat property?

Thanks,
John