View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Writing a serries of values...

show the code that gets the values from db.

Otherwise, look at example code for use ADO to read a data set:

http://www.rondebruin.nl/accessexcel.htm


http://www.erlandsendata.no/english/...php?t=envbadac


--
Regards,
Tom Ogilvy


"basulasz" wrote:

I get a serries of values from db. And i want to write these values to cells
in a sheet. For example i will start from A1 and i will write 10 values
through A1-A10. I am new in this kind of excel programming. May be it is an
easy question but i fail. What should i do, to do that?

Thanks a lot...