Greetings!
I have one datagrid for product table, how can i export it to excel. Sorry because i don't how to use the function Export_Grid_RS_To_Excel.. any example will be much appreciated.
many thanks in advance...
got it now... very simple
Sub cmdExportClick(Sender) dim sheet1 ExportGridtoExcel grdAccount,Sheet1End Sub