Originally Posted by arnelgp you started from the end of the Row (appExcel.Rows.Count), therefore you need to Go Up. use xlUp. ListItems = appExcel.Range(appExcel.Cells(1, 1), appExcel.Cells(appExcel.Rows.Count, 1).End(appExcel.xlUp)).Value Hi arnelgp, Unfortunately this does not help, Still receiving an error.
ListItems = appExcel.Range(appExcel.Cells(1, 1), appExcel.Cells(appExcel.Rows.Count, 1).End(appExcel.xlUp)).Value
Last edited by Aussiebear; 01-01-2025 at 02:43 AM.
View Tag Cloud
Forum Rules