View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Guy Cohen[_3_] Guy Cohen[_3_] is offline
external usenet poster
 
Posts: 2
Default CopyFromRecordset method

Hi all,

I use vb6+excel 2k3 + adodb.
I am trying to fill an excel sheet with data from a recordset, by using
CopyFromRecordset.

My problem is that the RS contains a date formatted like date + time and in
the excel sheet I see only the date part :(

Please advise!!
TIA
Guy