View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Marilyn Marilyn is offline
external usenet poster
 
Posts: 211
Default Excel Interop: DateTime

Hi,

I have 3 integer columns for Date (Year, Month, Day). I want to combine
them into one column representing date in mm/dd/yyyy format using
Microsoft.Office.Interop.Excel assembly in C#.

Does anyone know how to do this? I have over 2,000 files so I need to
automate this.

Thanks in advance,

Marilyn