LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Making a macro with random placement.

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Making random and unique selections from a list Babymech Excel Discussion (Misc queries) 2 January 27th 09 09:39 PM
VBA - Need macro to find optimal placement of rows in pairs Kasper Excel Discussion (Misc queries) 1 December 11th 08 09:22 AM
Macro to pull data with criterea for placement on a new sheet Trina Excel Discussion (Misc queries) 7 June 13th 08 11:00 PM
Cursor placement without Macro/VBA dwiba New Users to Excel 3 December 20th 07 01:27 PM
Random Placement whilst fitting constraints realmfighter Excel Worksheet Functions 2 May 29th 07 06:49 AM


All times are GMT +1. The time now is 12:19 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"