Adding items to listbox from excel
问题 I have a column in an Excel file that contain 100 rows. I'm trying to import this column into a ListBox using a button. The problem is that only 48 rows are importing from the Excel column. Why aren't all the rows inside the column imported? Here is my code (vb.net form): Private Sub Button6_Click(sender As Object, e As EventArgs) Handles Button6.Click Dim oExcel As Object = CreateObject("Excel.Application") Dim oBook As Object = oExcel.Workbooks.Open("C:\Users\User\Desktop\1.xlsx") Dim