شیتهای اکسل
Collapse
این تاپیک قفل است.
X
X
-
-
با سلام
شیت مقصد را report نامگذاری کنید و از ماکرو ذیل استفاده کنید
کد PHP:Sub test()
z1 = Sheets("report").Cells(Sheets("report").Rows.Count, "A").End(xlUp).Row + 1
For Each Sheet In Worksheets
If Sheet.Name <> "report" Then
Sheet.Rows("1:1").Copy Destination:=Sheets("report").Range("A" & z1)
z1 = z1 + 1
End If
Next
End Sub
فایل های پیوست شدهLast edited by iranweld; 2021/03/08, 09:51.



کامنت