|
cidr
Posting Yak Master
United Kingdom
192 Posts |
Posted - 10/01/2009 : 07:21:40
|
Hi there,
I wonder if anyone can guide me on the right path of doing this.
I have a fairly small dataset that I would like to import into Excel and then email to recipients.
Forgetting the email part just now, at the moment I'm focusing on automating the import to Excel. However, any text fields have to have double quotes around the text. If I do this manually via SQL Server, the quotes will not be pasted along with the text field. I'd have to do this in Excel using another with, for example: =""""&A1&"""" and then drag this down the rows until the bottom row.
is there a way to automate this process from the sql dataset to excel and how would I go about doing it.
Many thanks
|
|