+ Reply to Thread
Results 1 to 5 of 5

formula to populate while skipping blank fields

  1. #1
    Bob Phillips
    Guest

    Re: formula to populate while skipping blank fields

    Play with SpecialCells.

    This code will select all rows with constant values in column A

    Dim rng As Range
    Set rng = Range("A1:A100").SpecialCells(xlCellTypeConstants)
    rng.EntireRow.Select


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Chris Hudd" <Chris [email protected]> wrote in message
    news:[email protected]...
    > I would use a function which will take data from a worksheet which

    contains
    > some rows with blank fields, and populate a worksheet with the data in a
    > continuous list (without including the blank rows). I am relatively new

    at
    > Excel, so I need a simple explanation (i.e. I don't know how to write
    > macros). Any help would be greatly appreciated.




  2. #2
    Bob Phillips
    Guest

    Re: formula to populate while skipping blank fields

    Play with SpecialCells.

    This code will select all rows with constant values in column A

    Dim rng As Range
    Set rng = Range("A1:A100").SpecialCells(xlCellTypeConstants)
    rng.EntireRow.Select


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Chris Hudd" <Chris [email protected]> wrote in message
    news:[email protected]...
    > I would use a function which will take data from a worksheet which

    contains
    > some rows with blank fields, and populate a worksheet with the data in a
    > continuous list (without including the blank rows). I am relatively new

    at
    > Excel, so I need a simple explanation (i.e. I don't know how to write
    > macros). Any help would be greatly appreciated.




  3. #3
    Bob Phillips
    Guest

    Re: formula to populate while skipping blank fields

    Play with SpecialCells.

    This code will select all rows with constant values in column A

    Dim rng As Range
    Set rng = Range("A1:A100").SpecialCells(xlCellTypeConstants)
    rng.EntireRow.Select


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Chris Hudd" <Chris [email protected]> wrote in message
    news:[email protected]...
    > I would use a function which will take data from a worksheet which

    contains
    > some rows with blank fields, and populate a worksheet with the data in a
    > continuous list (without including the blank rows). I am relatively new

    at
    > Excel, so I need a simple explanation (i.e. I don't know how to write
    > macros). Any help would be greatly appreciated.




  4. #4
    Chris Hudd
    Guest

    formula to populate while skipping blank fields

    I would use a function which will take data from a worksheet which contains
    some rows with blank fields, and populate a worksheet with the data in a
    continuous list (without including the blank rows). I am relatively new at
    Excel, so I need a simple explanation (i.e. I don't know how to write
    macros). Any help would be greatly appreciated.

  5. #5
    Bob Phillips
    Guest

    Re: formula to populate while skipping blank fields

    Play with SpecialCells.

    This code will select all rows with constant values in column A

    Dim rng As Range
    Set rng = Range("A1:A100").SpecialCells(xlCellTypeConstants)
    rng.EntireRow.Select


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Chris Hudd" <Chris [email protected]> wrote in message
    news:[email protected]...
    > I would use a function which will take data from a worksheet which

    contains
    > some rows with blank fields, and populate a worksheet with the data in a
    > continuous list (without including the blank rows). I am relatively new

    at
    > Excel, so I need a simple explanation (i.e. I don't know how to write
    > macros). Any help would be greatly appreciated.




+ 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