+ Reply to Thread
Results 1 to 36 of 36

Transferring data from master sheet to slave sheets

Hybrid View

  1. #1
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,511

    Re: Transferring data from master sheet to slave sheets

    This line deals with that:
    Set rng = ws.Range(ws.Range("F2"), ws.Range("F2").End(xlDown))
    It starts the range at F2 then performs the equivalent of Ctrl + Down to find the last populated row in column F. It then performs the loop that copies to the other sheets for each row in that range.

    So long as there are no blanks in this row all should work well and not need to be adjusted as you add/remove data to/from the master sheet.


    You could use the last row approach for the sheet change event to negate the need for specifying a range. That's what I meant early on when I said you could make it dynamic.

    BSB

  2. #2
    Forum Contributor
    Join Date
    02-21-2013
    Location
    newcastle
    MS-Off Ver
    2011
    Posts
    111

    Re: Transferring data from master sheet to slave sheets

    Mate, got it! again thank you so much

+ 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. Master/Slave checkboxes
    By ko6ux in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-12-2014, 08:48 AM
  2. Copy ranges of data from Master Sheet to Slave Sheets
    By mike.haley in forum Excel General
    Replies: 0
    Last Post: 01-23-2013, 12:51 PM
  3. Data between master and slave worksheets
    By estimatingguy in forum Excel General
    Replies: 0
    Last Post: 10-14-2011, 11:47 AM
  4. Help: transferring rows from a master sheet
    By ashncg in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-02-2011, 12:40 PM
  5. Master and slave workbooks
    By Lizzietish11 in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 10-31-2009, 02:21 PM
  6. Transferring Data from many sheets to a single sheet
    By mohitspamz in forum Excel General
    Replies: 10
    Last Post: 09-26-2009, 03:08 AM
  7. Master/slave files
    By Dohmaker in forum Excel General
    Replies: 1
    Last Post: 02-05-2008, 02:51 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