Results 1 to 6 of 6

Find Function Error

Threaded View

  1. #1
    Forum Contributor
    Join Date
    06-23-2010
    Location
    Iowa, United States
    MS-Off Ver
    Excel 2007
    Posts
    145

    Find Function Error

    Hello,

    I am trying to use the .Find function and am encountering an error. Below is my code. Does anyone know what is wrong? Thanks!

    Sub Test()
    
    Dim Mark as Range
    
    With Sheets(Array("5 YR JAN", "5 YR OCT", "3 YR JAN", "3 YR OCT"))
        
    Set Mark = .Find(What:="1557264", LookIn:=xlValues, LookAt:=xlPart, SearchDirection:=xlNext, MatchCase:=False)
    End With
    
    End Sub
    Last edited by Steve0492; 12-27-2012 at 11:41 AM.
    A VBA novice, excited to learn!

Thread Information

Users Browsing this Thread

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

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