Question: I have a SalesLogix datagrid for product table, how can i export it to excel? I don't how to use the function Export_Grid_RS_To_Excel.
Answer: Sub cmdExportClick(Sender) dim sheet1 ExportGridtoExcel grdAccount,Sheet1 End Sub