Filtered Transfer Online Excel and Excel Macro (VBA) Courses Copy Macro 'For online Excel courses click: https://www.excelsizeyeter.com/excelwithkenan.com/udemy_giris.php 1. Veri adında bir sayfayı index'i 1 olacak şekilde ayarlayın. Yani en sol başa yerleştirin. 2. Veri sayfasına A1'den başlayarak isimleri sırasıyla yazınız. 3. Veri sayfasını takip eden ilk Sayfa'da bahsettiğiniz değerler olsun. Yani bu sayfanında index'i 2 olmalı. Soldan ikinci sayfa yani. 4. Yeteri kadar sayfa açın. Yani isimleriniz kadar sayfa ekleyin. Bunu otomatik de yapabilirdik ama bu satırları yazarken aklıma geldi. Aşağıdaki kodu ekleyin. Sub Aktarma_Yap() Dim i As Integer Set veri = Worksheets("Veri") For i = 1 To 2 Range("A1").AutoFilter Range("A1").AutoFilter Field:=1, Criteria1:=veri.Cells(i, 1) Range("A1").CurrentRegion.Copy Sheets(i + 2).Range("A1") Next i End Sub Değerlerinizin olduğu sayfadan bu kodu çalıştırın 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 filtered transfer 2 Inputbox filtering and deleting filtered 3 a macro with rows and columns 4 excel operators hk 5 api that finds which key is pressed 6 add save key to userforma 7 userforma save as key 8 red in the filtering column (with pushbutton) 9 prints the path and name of the file to the cell 10 Search for a word in 30 excel files 11 Extracts from column a to be unique2 12 Extracts from column a to be unique 13 filtering by color in the cell 14 Filter by font color in cell 15 return one or more values in a macro 16 Filter by criterion in a1 (filter operation) 17 automatic filtering on active sheet / page 18 filter 2 date ranges in comboboxes listbox 19 Is the cell visible or not? 20 Filter the same values in column a on the next sheet / page and add the totals in b