+ Reply to Thread
Results 1 to 7 of 7

Retrieve Data Using Find Function And Selecting Nearby Cells

Hybrid View

csukenik Retrieve Data Using Find... 08-02-2011, 04:23 PM
TMS Re: Excel VBA - Retrieve Data... 08-02-2011, 06:06 PM
csukenik Re: Excel VBA - Retrieve Data... 08-03-2011, 09:37 AM
StephenR Re: Excel VBA - Retrieve Data... 08-03-2011, 09:59 AM
csukenik Re: Excel VBA - Retrieve Data... 08-04-2011, 09:22 AM
StephenR Re: Excel VBA - Retrieve Data... 08-05-2011, 08:38 AM
csukenik Re: Excel VBA - Retrieve Data... 08-10-2011, 05:09 PM
  1. #1
    Registered User
    Join Date
    08-02-2011
    Location
    Miami
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Excel VBA - Retrieve Data Using Find Function And Selecting Nearby Cells

    Thanks a lot for the guidance. Is this how you are supposed to post the code? Sorry, I am new at this and really appreciate the help.

        ActiveSheet.Next.Select
        Cells.Find(What:="name and address", After:=ActiveCell, LookIn:= _
            xlFormulas, LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:= _
            xlNext, MatchCase:=False, SearchFormat:=False).Activate
        Range("B14").Select
        Selection.Copy
        ActiveSheet.Previous.Select
        Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
            :=False, Transpose:=False
        Range("B1").Select
    I've also added the attachment. I had to delete the actual data but if you are trying to pull information from cells in column B or C based on their relation to the cell with the control find. Hopefully that gives you a more clear picture.

    Again thanks for the help and let me know if I'm missing anything.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1