+ Reply to Thread
Results 1 to 30 of 30

Automatically updating multiple sheets to a master sheet

Hybrid View

  1. #1
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,342

    Re: Automatically updating multiple sheets to a master sheet

    welshgirl89
    you could try changing
    Set lastRng = ThisWorkbook.Sheets("Master Budget").Range("a33").End(xlUp).Offset(1, 0)
    to
    Set lastRng = ThisWorkbook.Sheets("Master Budget").Range("a33").End(xlUp).Offset(2, 0)
    the 2 adds another row
    If the solution helped please donate to RSPCA

    Site worth visiting: Rabbitohs

  2. #2
    Registered User
    Join Date
    09-10-2010
    Location
    Wales
    MS-Off Ver
    Excel 2003
    Posts
    15

    Re: Automatically updating multiple sheets to a master sheet

    that just adds a new row inbetween the data of each project group. is there no way it can just add to the next free row in the master sheet?

    also, is there a macro or a shortcut to run the code when just on the excel spreadsheet so once the new data can be added a button just needs to be pressed to automatically run it? tried creating a macro to do it but it didn't work.

    thanks again!!

+ 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