Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() TIA!!! Is there a more efficient way to perform this copy paste? I know yo should always avoid selecting if possible. I have tried a number o things and had no success. Here is the snippet of code I want t streamline: If rngNHO Is Nothing Then GoTo skipNHO Sheets("ALL").Select rngNHO.Copy Sheets("Contribs").Select Cells(Range("A3").End(xlDown).Row + 1, "A").Select ActiveSheet.Paste skipNHO: I have several snippets like this in my macro. Any help is greatl appreciated! -- Cel ----------------------------------------------------------------------- Celt's Profile: http://www.excelforum.com/member.php...fo&userid=1941 View this thread: http://www.excelforum.com/showthread.php?threadid=55039 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel cut/Paste Problem: Year changes after data is copy and paste | Excel Discussion (Misc queries) | |||
Efficient way to copy a range in numerous sheets within a workbook | Excel Programming | |||
Efficient Copy/Paste | Excel Programming | |||
Copy and Paste macro needs to paste to a changing cell reference | Excel Programming | |||
More efficient method to copy-paste values in place? | Excel Programming |