+ Reply to Thread
Results 1 to 2 of 2

Tables, How do I make new info push existing info to the next row?

Hybrid View

  1. #1
    PeteL
    Guest

    Tables, How do I make new info push existing info to the next row?



  2. #2
    Otto Moehrbach
    Guest

    Re: Tables, How do I make new info push existing info to the next row?

    Provide more detail about what you are wanting to do. For instance, where
    is the new info coming from? User entry? By VBA code?
    You would need VBA to insert a new row or rows above the existing data.
    For instance, the following inserts a new blank row above the current row 2.
    HTH Otto
    Sub Test()
    Rows(2).EntireRow.Insert
    End Sub
    "PeteL" <PeteL@discussions.microsoft.com> wrote in message
    news:87D6788F-CA5F-447F-BAF3-7821BF7DF6AB@microsoft.com...
    >




+ 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