View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
siedem siedem is offline
external usenet poster
 
Posts: 3
Default How to insert a lot of values into cells?

Hi

I have DataTable with data. I would like to insert them into Excel
worksheet. Now I'm doing this cell by cell in two loop (for). Can it be done
faster?

thanks in advance
P.