I figured it out in meantime. In case anyone needs it:
Dim ws1 As Worksheet
Set ws1 = ThisWorkbook.Worksheets("SheetX")
ws1.Copy ThisWorkbook.Sheets(Sheets.Count)
I figured it out in meantime. In case anyone needs it:
Dim ws1 As Worksheet
Set ws1 = ThisWorkbook.Worksheets("SheetX")
ws1.Copy ThisWorkbook.Sheets(Sheets.Count)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks