Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default finding names and copying

Range("C:C").Find("FPYR").Offset(0, -2).Resize(20, 11).Copy _
Destination:=ActiveSheet.Range("A215")


--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Duncan J" wrote in message
...
Range("C:C").Find("FPYR").Offset(0, 0).Resize(20, 9).Copy _
Destination:=ActiveSheet.Range("A215")
Since the only unugie name I have in this row FPYR I'm finding that name.

However, I want it to copy the 2 coulmns to the left as well as the coulmns
to the right. Running this macro the FPYR is in A215 I need it to be in C215
and the data that was in Column A B to be to be in A215 B215..
Thanks,
Dj
I posted this about an hour ago and it hasn't shown up so I'm posting

again.


Reply
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
COPYING FORMULA CONTAINING NAMES/RELATIVE RANGE NAMES Bricol Excel Discussion (Misc queries) 0 July 8th 08 03:54 PM
Finding the names that are not there Learning Excel Excel Discussion (Misc queries) 5 December 16th 07 05:52 PM
Finding unique names--then converting those names to unique number Proton Excel Discussion (Misc queries) 7 June 13th 07 10:22 PM
Finding Names exsam21 Excel Worksheet Functions 1 January 17th 06 09:40 PM
Finding First and Last Worksheet Names [email protected] Excel Discussion (Misc queries) 4 May 13th 05 04:22 PM


All times are GMT +1. The time now is 12:09 PM.

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"