Results 1 to 8 of 8

Macro/Excel Find Function

Threaded View

ashleys.nl Macro/Excel Find Function 09-14-2011, 12:35 PM
StephenR Re: Macro/Excel Find Function 09-14-2011, 12:40 PM
ashleys.nl Re: Macro/Excel Find Function 09-14-2011, 12:47 PM
StephenR Re: Macro/Excel Find Function 09-14-2011, 12:55 PM
ashleys.nl Re: Macro/Excel Find Function 09-14-2011, 01:03 PM
StephenR Re: Macro/Excel Find Function 09-14-2011, 01:04 PM
ashleys.nl Re: Macro/Excel Find Function 09-14-2011, 02:31 PM
ashleys.nl Re: Macro/Excel Find Function 09-14-2011, 01:05 PM
  1. #1
    Registered User
    Join Date
    09-05-2011
    Location
    St. John's, Canada
    MS-Off Ver
    Excel 2010
    Posts
    70

    Macro/Excel Find Function

    Hey Everyone

    I've created a Macro uses the find function to find rows & columns and than collect the data from the row-Column intersection. It all works great when I use simple words like "cat" and "dog". However the actual report I'm retrieving data from has the cells formated in such a way that the find function doesn't work, not even when I use the excel find function. Are there other find fucntions I can use in my macro besides

    Pressure04 = Worksheets("Sheet1").Cells.Find(What:="Cat", LookIn:=xlFormulas, LookAt:=xlWhole, _
                           SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:=False, _
                           SearchFormat:=False)
    I've also attached a sample of the report columns. I can't seem to get the find function to pick up these columns.

    Thanks in advance! You are all Amazing!
    Attached Files Attached Files
    Last edited by ashleys.nl; 09-14-2011 at 02:31 PM.

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