Results 1 to 4 of 4

Auto add rows in a table when information is input in different table

Threaded View

  1. #1
    Registered User
    Join Date
    01-07-2018
    Location
    London
    MS-Off Ver
    13
    Posts
    39

    Auto add rows in a table when information is input in different table

    Hi all,

    I am looking for VBA that automatically expands table 1("F - plan) only for position once new value is entered in the yellow table from sheet "Reference".

    I am not sure if the below is making any sense. However, i think that some conditions are not met.

    Sub AddName()
        Dim NewRow As Range
        Set NewRow = Range("Table1").EntireRow(Range("Table1").Rows.Count).Offset(1,0)
    
        'Excel will include the newrow into table automaticlly
        NewRow.Cells(1, 1).Value = "newvalue"
    End Sub
    Thank you in advance
    Attached Files Attached Files
    Last edited by Sammydasalmon; 10-14-2019 at 10:38 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Auto Input on Table as per Condition
    By omegaboost in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-28-2017, 02:33 AM
  2. Replies: 6
    Last Post: 12-01-2017, 03:45 PM
  3. MS Word Table Information to Excel Rows
    By mynameismike in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-14-2015, 09:20 PM
  4. Replies: 1
    Last Post: 10-26-2014, 07:54 AM
  5. Replies: 4
    Last Post: 06-11-2013, 02:16 PM
  6. Input Cell to create table with input # of rows
    By pgreenway in forum Excel General
    Replies: 3
    Last Post: 05-04-2011, 03:18 PM
  7. Auto populate workbook with table information
    By ardyandkari in forum Excel General
    Replies: 1
    Last Post: 05-15-2010, 04:53 PM

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