Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Seeking help to modify the sub below to resolve the issues (1) & (2) remarked Thanks for insights Sub CopyPaste1() Sheets("Credit MIS").Range("H7:H10").Copy Sheets("Asia").Select Range("IV7").Select Selection.End(xlToLeft).Select '(1). need the selection above to offset 1 col to the right Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False '(2). need to repeat the above copy n paste operation 'for other source ranges in "Credit MIS" viz: 'H14:H17 'H21:H28 'H31 'H35:H38 'H42:H48 End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Special Copy, Paste Special macro | Excel Programming | |||
Copying discontiguous ranges to Word | Excel Programming | |||
Code for Printing Discontiguous Ranges | Excel Programming | |||
Dynamic Copy/Paste Special Formulas/Paste Special Values | Excel Programming | |||
discontiguous ranges in charts | Excel Programming |