RE:Recordset a Excel
Publicado por
sony (1 intervención) el 06/03/2003 01:22:52
Dim Excel as variant
Dim Lin as integer
Dim Col as integer
Lin=1
Col=1
Set Excel = CreateObject(\"Excel.Application\")
Excel.Visible = True
Excel.workbooks.Add
Excel.cells(Lin, Col).formula = \"\" & RecordSet.Muestra