Created
April 15, 2014 16:03
-
-
Save agbishara/10744042 to your computer and use it in GitHub Desktop.
This is good if you need to filter on a worksheet and do a special copy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mainbook.Sheets(4).Range("E2:k5000").SpecialCells(xlCellTypeVisible).Copy | |
Sheet.Range(TMPCellAddress).PasteSpecial xlPasteValues |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment