Question:
How do you export SalesLogix data from a datagrid into a MS Excel workbook with microsoft vbscript functions (or saleslogix functions)?
Answer:
The way I always do it is to use Excel’s built-in CopyFromRecordset function, It is a quick and very easy way to do it.
I posted about it a couple of years ago here:
http://saleslogixblog.com/rfarley/archive/2004/10/13/1094.aspx



