Collect Certain Cells On Separate Sheet / Pages Online Excel and Excel Macro (VBA) Courses Copy Macro 'For online Excel courses click: https://www.excelsizeyeter.com/excelwithkenan.com/udemy_giris.php Bir alternatif, Sub test(yol As String, dosyaadi As String, sayfaadi, range As String) With ActiveSheet.Range(range) .FormulaArray = "='" & yol & "[" & dosyaadi & "]" & sayfaadi & "'!" & range .Value = .Value End With End Sub çağırma örneği test ("C:klasoradi", "kitap.xls","sayfa1", "A1") kapalı c:klasoradikitap.xls dosyasının sayfa1 sayfasındaki a1 hücresini alır. Bir diğer alternatif Applicaiton.ScreenUpdating = False Application.EnableEvents = False Application.DisplayAlerts = False Set kitap = Workbooks.Open ("c:klasorkitapadi.xls") cells(1,1) = kitap.Worksheets("sayfa1").cells(1,1) Applicaiton.ScreenUpdating = True Application.EnableEvents = True Application.DisplayAlerts = True kapalı c:klasorkitapadi.xls sayfa1 sayfasındaki a1 hücresini alır. 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 collect certain cells on separate sheet / pages 2 excel operators hk 3 Rows sheet / pages columns report cells 4 print inside cells with a certain print area but only filled 5 summer adds months to sheet / pages 6 inserts months as sheet / pages Specifies days in detail 7 specify the number of copies to print from the printer 8 creates folder with book name save each sheet / page separately 9 number of sheet / page prints with message box (prints even if the sheet / page is blank) 10 Separates the same ones in column a as sheet / page space 11 status bar macro with a message waiting 12 Adds sheet / pages based on data in column A and writes data up to column D 13 Separates the same ones in column a as sheet / page space2 14 assigns date to the next line when data is entered in certain cells on the sheet / page 15 prints desired cells vertically 16 adds months as sheet / pages and goes to that day 17 prints cells with data 18 hyperlinks to sheet / pages from the active cell 19 selects sheet / pages, makes the same cells bold, and changes the font 20 saves according to the sheet / pages in column b