uprichard
Programmer
- May 2, 2002
- 16
I have been able to return one cell at a time from excel using
a=ExcelSheet.ActiveSheet.Cells(Row_Number,2).Value
But can I return the whole row into an array?
Also does anyone know how to change the active sheet that the data will be pulled back from.
Thanks for any help
a=ExcelSheet.ActiveSheet.Cells(Row_Number,2).Value
But can I return the whole row into an array?
Also does anyone know how to change the active sheet that the data will be pulled back from.
Thanks for any help