View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
lucy lucy is offline
external usenet poster
 
Posts: 1
Default CellFormat is lost when using CopyFromRecordset

I created an excel template with special format set for certain columns
(e.g. date format, number format, etc).
When I copy the data from SQL into this template by using CopyFromRecordset,
these formats are lost for those record rows but remained for other rows.

Is there any solution that I can keep the pre-defined format set in the
template even I use CopyFromRecordset?
Thank you very much.

Best regards,
LUCY ^.^