mysql - VBA and SQL How to populate the spread sheet with record set but specifying the cells to populate -


i have sql query in vba application , query database , populate record set results specifying each column has populate have tried this

`sheets("sheet8").range("a2").copyfromrecordset rs` 

it works start populate specified cell continuous.what this

     'sheets("sheet8").range("a2").rs (0)        sheets("sheet8").range("c2").rs (1)      sheets("sheet8").range("f2").rs (2)' 

but gives me error 438 method not supported please


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -