Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Isn't there a plain jane 'one liner' to past special values? This works to the .Resize(1, 2).Copy then fails. Thanks. Howard For Each c In ActiveSheet.Range("B10", ActiveSheet.Range("B10").End(xlToRight)) If c = FiMo Then c.Offset(7, 0).Resize(1, 2).Copy Range("A7").PasteSpecial(xlPasteValues) Exit Sub End If Next |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Paste Special (Values) | Excel Programming | |||
Paste special values but not... | Excel Worksheet Functions | |||
paste special values | Excel Worksheet Functions | |||
Paste Special Values VBA | Excel Programming | |||
Dynamic Copy/Paste Special Formulas/Paste Special Values | Excel Programming |