+ Reply to Thread
Results 1 to 5 of 5

Help with worksheet with macro VBA adding rows

  1. #1
    Registered User
    Join Date
    09-16-2016
    Location
    UK
    MS-Off Ver
    2013
    Posts
    3

    Help with worksheet with macro VBA adding rows

    Hi folks, this should be a simple one for all you clever chaps out there.

    I have an existing spread sheet which has 2 tabs. Tab 1 has all components available for use ..... here we type in number of each component we wish to deliver. Tab 2 is a summary which filters out items with blank number to deliver.

    What I want to do is add new components ..... simple enough I can do this ok on Tab 1 but I know I have to do something on Tab 2 to enable the new row to be read when filtering ...... this is the thing I can remember where to find / how to do

    Thanks in advance

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,428

    Re: Help with worksheet with macro VBA adding rows

    Suggest you post a sample workbook.

    To attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    09-16-2016
    Location
    UK
    MS-Off Ver
    2013
    Posts
    3

    Re: Help with worksheet with macro VBA adding rows

    I have added a stripped out version of the worksheet
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    09-16-2016
    Location
    UK
    MS-Off Ver
    2013
    Posts
    3

    Re: Help with worksheet with macro VBA adding rows

    anyone able to help

  5. #5
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,428

    Re: Help with worksheet with macro VBA adding rows

    As far as I can see, you need to unprotect the Catalogue sheet, if it is protected, and add new entries at the bottom of the list. It's a very simple link formula in each cell on the Quantities List. For example,
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    At the moment, there are no values in row 595 and beyond so you get zero returned in all the cells.

    Note that, if you INSERT rows on the Catalogue sheet, the formulae on the Quantities List will auto adjust. You'll need to go to the first row and re-copy the formulae down to the bottom.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Deleting rows in protected worksheet, then adding new rows
    By jokris in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-15-2016, 05:50 PM
  2. [SOLVED] Adding & Deleting Rows in Worksheet while maintaining Formulas
    By moosetales in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 03-27-2014, 07:22 AM
  3. Replies: 1
    Last Post: 07-11-2013, 05:12 AM
  4. Adding Rows to a worksheet
    By Barking_Mad in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-22-2010, 09:24 AM
  5. Adding multiple rows in different tables of the same worksheet
    By JMarchante in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-08-2010, 07:42 AM
  6. Adding Rows ina protected worksheet for entry
    By vishusecl in forum Excel General
    Replies: 1
    Last Post: 02-13-2010, 08:25 AM
  7. adding rows to ALL worksheet (all in one)
    By exhausted everything in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-28-2006, 05:40 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