Skip to content

Instantly share code, notes, and snippets.

@bluejaysql
Last active August 29, 2015 14:16
Show Gist options
  • Save bluejaysql/e4f0bb107fcd26bc34f0 to your computer and use it in GitHub Desktop.
Save bluejaysql/e4f0bb107fcd26bc34f0 to your computer and use it in GitHub Desktop.
Excel VBA: Windows OS freezes on ActiveSheet.Paste method
...
Sheets("First sheet").Select
Cells.Select
Selection.Copy
Sheets("Second sheet").Select
Range("A1").Select
ActiveSheet.Paste
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment