N
Newman Emanouel
Dear All
I have an ado connection copying data from sql server and all works fine but
I need the data to be written to excel transposed.
What I mean is that copyfromrowset copies the informaion
DataA DataB DataC
I need to tranpose this information to write like
DataA
DataB
DataC
Below is the line of code in question
Sheets("Provision").Range("A35").CopyFromRecordset rsPubs
Can anyone help please
Regards
Newman
I have an ado connection copying data from sql server and all works fine but
I need the data to be written to excel transposed.
What I mean is that copyfromrowset copies the informaion
DataA DataB DataC
I need to tranpose this information to write like
DataA
DataB
DataC
Below is the line of code in question
Sheets("Provision").Range("A35").CopyFromRecordset rsPubs
Can anyone help please
Regards
Newman