+ Reply to Thread
Results 1 to 7 of 7

Auto populate cells

Hybrid View

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

    Re: Auto Populate Cells

    Maybe:

    Sub yuenk()
    Dim rcell As Range
    For Each rcell In Range("A2:A" & Range("B" & Rows.Count).End(3).row)
        If rcell = "" Then rcell = rcell.Offset(-1)
    Next rcell
    End Sub

  2. #2
    Forum Contributor
    Join Date
    11-19-2014
    Location
    United States
    MS-Off Ver
    2010
    Posts
    137

    Re: Auto Populate Cells

    Thanks this works! This is simple enough too

+ 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. Macro to auto-populate cells based on content of other cells
    By BristolJGM in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-05-2015, 07:47 PM
  2. How to auto populate various cells
    By tomaustin in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-24-2015, 12:16 AM
  3. Replies: 1
    Last Post: 09-29-2014, 12:59 AM
  4. Replies: 3
    Last Post: 02-28-2012, 11:54 AM
  5. Auto populate cells...
    By Synthia in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-03-2010, 03:46 PM
  6. Auto-Populate Cells
    By NFJim in forum Excel General
    Replies: 4
    Last Post: 09-24-2009, 02:07 PM
  7. Auto populate of cells
    By tester1305 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-26-2009, 09:40 AM

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