Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Specification said:
it will copy 9 colums to the right and 4 rows below it Didn't say to copy the row with Jellybeans. Unfortunately mindreading is not a strength. <g so you don't need Offset(0,0). That does nothing. -- Regards, Tom Ogilvy "duncan_J" wrote in message ... Thanks Tom, You put me on the right track... This what worked. Range("A:A").Find("Jellybeans").Offset(0, 0).Resize(5, 14).Copy _ Destination:=Worksheets("Sheet2").Range("A1") |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Making random and unique selections from a list | Excel Discussion (Misc queries) | |||
VBA - Need macro to find optimal placement of rows in pairs | Excel Discussion (Misc queries) | |||
Macro to pull data with criterea for placement on a new sheet | Excel Discussion (Misc queries) | |||
Cursor placement without Macro/VBA | New Users to Excel | |||
Random Placement whilst fitting constraints | Excel Worksheet Functions |