Guest User

Untitled

a guest
May 24th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. On Error Resume Next
  2. ThisWorkbook.Sheets(2).Copy
  3. Dim wkb As Workbook
  4. Set wkb = Workbooks.Add
  5. wkb(1).PasteSpecial xlPasteValues
  6. On Error GoTo 0
Add Comment
Please, Sign In to add comment