+ Reply to Thread
Results 1 to 9 of 9

Find specific cell, then dim its value as string

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    09-04-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    298

    Re: Find specific cell, then dim its value as string

    Quote Originally Posted by JOHN H. DAVIS View Post
    Perhaps:

    Sub ks100zzaazzz()
    Dim x As String
    Application.ScreenUpdating = False
    Cells(1, 1).Select
    Do Until ActiveCell.Value = "Quantity"
        If ActiveCell.Column > ActiveSheet.UsedRange.Columns.Count Then Exit Do
        ActiveCell.Offset(, 1).Select
    Loop
    x = ActiveCell.Offset(2).Value
    Application.ScreenUpdating = True
    End Sub
    Perfect, thank you

  2. #2
    Forum Expert
    Join Date
    06-12-2012
    Location
    Ridgefield Park, New Jersey
    MS-Off Ver
    Excel 2003,2007,2010
    Posts
    10,241

    Re: Find specific cell, then dim its value as string

    You're welcome. Glad to help out and thanks for the feedback.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. VBA Find all instances of a specific string and copying the number of count in cell
    By dilshandil in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-23-2013, 10:27 PM
  2. Find a specific string
    By AK69 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 04-26-2011, 12:06 PM
  3. Find a specific string in a cell
    By Jeroen1000 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-12-2009, 08:14 AM
  4. [SOLVED] Find a specific string in a cell
    By loren.pottinger in forum Excel General
    Replies: 8
    Last Post: 08-22-2006, 03:50 PM
  5. Find a specific string in a cell
    By loren.pottinger in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-22-2006, 12:10 PM

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