‘ loop and pick out required grid values for all selected rows
Dim I
ReDim sSelectedName(0 To dbg_results.SelBookmarks.Count – 1) As String
ReDim CalcArray(0 To dbg_results.SelBookmarks.Count – 1)
For I = 0 To dbg_results.SelBookmarks.Count – 1
‘ Puts the value of the current row in the selected row array.
sSelectedName [I]= _
dbg_results.Columns(1).CellValue(dbg_results.SelBookmarks(I)) & _
dbg_results.Columns(2).CellValue(dbg_results.SelBookmarks(I))
Next I


Vota este artículo:
1 Estrella2 Estrellas3 Estrellas4 Estrellas5 Estrellas (No Ratings Yet)
Loading ... Loading ...

Posts anterior y posterior:


Posts Relacionados: