Results 1 to 3 of 3

Range.Find to find column and place value in next available cell in one line

Threaded View

  1. #1
    Forum Expert davegugg's Avatar
    Join Date
    12-18-2008
    Location
    WI, US
    MS-Off Ver
    2010
    Posts
    1,884

    Range.Find to find column and place value in next available cell in one line

    I wanted to use this to both find a column and place a value in the next available row in that column in a single step. It won't work when the next available row is row 2. Is there another way to do this in one line?

    Sheets("HomeScreen").Rows(1).Find(.Cells(j, 1).Value).End(xlDown).Offset(1, 0).Value =...
    Thanks
    Dave
    Last edited by davegugg; 09-02-2011 at 10:42 AM.
    Is your code running too slowly?
    Does your workbook or database have a bunch of duplicate pieces of data?
    Have a look at this article to learn the best ways to set up your projects.
    It will save both time and effort in the long run!


    Dave

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