I appear to be getting a "Subscript out of range" error and highlights this section of code for the first:
and this part for the second:![]()
Workbooks.Add.Sheets("Sheet1").Range("A1:S25").Value = _ ThisWorkbook.Sheets("Sheet1").Range("A1:S25").Value
[code ]ThisWorkbook.Sheets("Sheet1").Range("A1:S25").Copy _
Workbooks.Add.Sheets("Sheet1").Range("A1")
[/code]
Bookmarks