+ Reply to Thread
Results 1 to 2 of 2

Find blank cell and copy data below into it

  1. #1
    Registered User
    Join Date
    09-18-2012
    Location
    Lincoln, England
    MS-Off Ver
    Excel 2010
    Posts
    11

    Find blank cell and copy data below into it

    Hi, im struggling to get this code to work.

    I am trying to create something that will search through a column and find a blank space, after it has done this I need it to copy the cell below into the blank cell above.. is this possible?
    Also will it produce an error if the cell below a blank cell is blank?

    Apologies if this doesnt make complete sense

    Thanks

    Martin

  2. #2
    Forum Expert
    Join Date
    07-15-2012
    Location
    Leghorn, Italy
    MS-Off Ver
    Excel 2010
    Posts
    3,431

    Re: Find blank cell and copy data below into it

    you can find the last not empy cell in column A with
    LR = Cells(Rows.Count, "A").End(xlUp).Row
    Last edited by patel45; 10-02-2012 at 02:42 PM.
    If solved remember to mark Thread as solved

+ Reply to Thread

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