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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -