+ Reply to Thread
Results 1 to 3 of 3

Looking to create a macro that will skip blank cells in a column, find data cells

  1. #1
    Registered User
    Join Date
    04-29-2013
    Location
    toronto
    MS-Off Ver
    Excel 2007
    Posts
    2

    Looking to create a macro that will skip blank cells in a column, find data cells

    Looking to create a macro that will skip blank cells in a column, find data cells, then copy the data cells and paste it 1 row under. I'm stuck on finding a way so it skips only to cells of the column that have data inputted in them. Thanks!

  2. #2
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,643

    Re: Looking to create a macro that will skip blank cells in a column, find data cells

    As an example, this loops through all cells in column A that have data (constants and not from formulas). It copies each cell's value to the cell just below it.

    Please Login or Register  to view this content.
    There are other methods that could be used. You would have to better describe the nature of your data.
    Last edited by AlphaFrog; 04-29-2013 at 05:02 PM.

  3. #3
    Registered User
    Join Date
    04-29-2013
    Location
    toronto
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Looking to create a macro that will skip blank cells in a column, find data cells

    Works perfect, thanks for the help!

+ 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