İmporting Data From The Listbox İnto A Worksheet Online Excel and Excel Macro (VBA) Courses Copy Macro 'For online Excel courses click: https://www.excelsizeyeter.com/excelwithkenan.com/udemy_giris.php sat1=listbox1.listcount sut1=listbox1.columncount sonsat1=[i65536].end(3).row+1 range(cells(sonsat1,"i"),cells(sat1+sonsat1,sut1+9))=listbox1.list sat2=listbox2.listcount sut2=listbox2.columncount sonsat2=[b65536].end(3).row+1 range(cells(sonsat2,"b"),cells(sat2+sonsat2,sut2+2))=listbox2.list Report problem with this macro This macro does not work. There's an error in the code. Other You can write your comments about the error in the box below. Report error ALL MACROS Youtube Channel The following macros may be useful for you. Similar Results NoMacro Name 1 importing data from the listbox into a worksheet 2 excel operators hk 3 importing filled ones from cell into listbox 4 importing data from a sheet / page in the listbox 5 importing data into the listbox 6 importing data from a listbox column 7 a: Imports only full cells from the data in cells a200 to the listbox. (empty cells invisible) 8 It takes data from "listbox a" and then writes "textbox b" 9 specify the number of copies to print from the printer 10 printing and prompting 11 importing data from another book to the combobox 12 remove sheet / page protections 13 I want to throw the full cells in row with text between a1: an1000 into listbox 14 number of sheet / page prints with message box (prints even if the sheet / page is blank) 15 import data from text file write to column a 16 Print Custom Pages: You can use this code to print a range of custom sheet / pages instead of using the setting from the print options. Suppose you want to print sheet / pages 5 to 10. Just run this VBA code and enter the start sheet / page and end sheet / page. 17 Listing Subprograms in a Workbook 18 import the active cell into listbox and textbox (using spinbutton) 19 Getting information by userform and data selection 20 Write to H1 from data in abcd column