Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to select all the cells underneath a "found" cell in column A and then
also the corresponding cells four columns to the right. Here is what I have, it selects the entire range including columns in between and an "Object Required" error. Dim FoundDate As Range Set FoundDate = Columns("A:A").Find(What:="Date", After:=ActiveCell, LookIn:=xlFormulas, LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:= False, SearchFormat:=False) '.Activate Union(Range(FoundDate.Offset(1, 0), Selection.End(xlDown)).Select, Range(FoundDate.Offset(0, 4), Selection.End(xlDown)).Select).Copy I also struggle to understand set, object required dilema, any reference in plain English? Thanks in advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Select ranges of data with a macro | Excel Programming | |||
macro to search for & select ranges to sum | Excel Programming | |||
Inputbox - Select ranges | Excel Programming | |||
Select instersection of two ranges | Excel Programming | |||
VBA-Select several ranges using variables | Excel Programming |