+ Reply to Thread
Results 1 to 3 of 3

Macro to insert line break between rows

  1. #1
    Registered User
    Join Date
    09-11-2012
    Location
    fgfg
    MS-Off Ver
    Excel 2003
    Posts
    2

    Macro to insert line break between rows

    Hi everyone and thanks to those who can help...

    I'm looking to create a macro that inserts an empty row if the difference between two consecutive cells in the same column is >1.

    e.g., if column A =

    0
    0
    0
    0
    2
    2

    it would become

    0
    0
    0
    0
    0

    2
    2
    and so on throughout the remainder of the column.
    I hope someone can help.
    Thanks!

  2. #2
    Forum Guru HaHoBe's Avatar
    Join Date
    02-19-2005
    Location
    Hamburg, Germany
    MS-Off Ver
    work: 2016 on Win10 (notebook), private: 365 on Win11 (desktop), 2019 on Win11 (notebook)
    Posts
    8,198

    Re: Macro to insert line break between rows

    Hi, ulyhappy,

    this code starts at the bottom and works it´s way up:

    Please Login or Register  to view this content.
    Ciao,
    Holger
    Use Code-Tags for showing your code: [code] Your Code here [/code]
    Please mark your question Solved if there has been offered a solution that works fine for you

  3. #3
    Registered User
    Join Date
    09-11-2012
    Location
    fgfg
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Macro to insert line break between rows

    Genius, thanks!

+ 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