Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I know how to copy a cell like this:
..Offset(-1, 13).Select Selection.Copy .Offset(0, 13).Select ActiveSheet.Past- But how can I copy a range like this ..Offset(-1, 13-21).Select Selection.Copy .Offset(0, 13).Select ActiveSheet.Paste My programming is self-taught and my teacher was not very experienced. :-) cheers, Kjeld |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find, Copy offset to offset on other sheet, Run-time 1004. | Excel Programming | |||
Copy range using offset range value | Excel Programming | |||
How to apply OFFSET as the range in a basic 'Copy' process... | Excel Discussion (Misc queries) | |||
Problem with Range.Cells.Offset and Range.Cells( row + offset, column) | Excel Programming | |||
Select and Copy Range using Offset | Excel Programming |