Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all
I've been trying to get this code to paste to the right of any data in Column T until it comes to a blank cell, then stops. I've changed the offset values yet cannot get it right. Help appreciated Header in row 1 Data in Row 2 Application.Goto Reference:="R1C21" Range("U1").End(xlDown).Select Do Selection.Copy ActiveCell.Offset(1, 0).Range("A1").Select ActiveSheet.Paste Loop Until IsEmpty(ActiveCell.Offset(0, 1)) Selection.ClearContents End Sub Thank in Advance Dave |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Compare Cell Values, Offset(-1,0), Offset(-1,-1), and xlFillDefaul | Excel Worksheet Functions | |||
Find, Copy offset to offset on other sheet, Run-time 1004. | Excel Programming | |||
select offset (variable ,1) to offset(variable ,variable) | Excel Programming | |||
OFFSET PLEASE HELP! | Excel Discussion (Misc queries) | |||
Problem with Range.Cells.Offset and Range.Cells( row + offset, column) | Excel Programming |