Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm using this simple code to copy and paste values from one sheet to
another but for some reason I can't figure out how to move the DestRange1 down one row. I'm pretty sure it's Offset but I can't figure out where to put it... LC1 = Lastcol(WB2.Sheets(2)) + 1 Set SourceRange = WB1.Columns("A:D").Columns("F:K") Set DestRange1 = WB2.Sheets(2).Columns(LC1) SourceRange.Copy DestRange1 Thanks, -- Dan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
simple formula I'm sure using offset? or index? | Excel Discussion (Misc queries) | |||
IF formula-simple question; simple operator | Excel Discussion (Misc queries) | |||
Simple Simple Excel usage question | Excel Discussion (Misc queries) | |||
Simple one? How to shade an offset cell... | Excel Programming | |||
Need help - how to shade an offset cell....(simple?) | Excel Programming |