+ Reply to Thread
Results 1 to 6 of 6

Copy cell range from active sheet to all remaining sheets

  1. #1
    Forum Contributor
    Join Date
    06-03-2008
    MS-Off Ver
    Excel 2007 (also have access to Excel 2000/2003)
    Posts
    368

    Copy cell range from active sheet to all remaining sheets

    Hi,

    I have created a basic planner that runs for a number of years. Each sheet has range A1:B20 for example that has staff on. When the staff change I want all the sheets after the active sheet to copy this range from the active sheet. This would make sure all staff are updated after that month.

    Is this possible?

    Thanks,

    JP

  2. #2
    Forum Expert davegugg's Avatar
    Join Date
    12-18-2008
    Location
    WI, US
    MS-Off Ver
    2010
    Posts
    1,884

    Re: Copy cell range from active sheet to all remaining sheets

    Can you just put formulas in each sheet to the front sheet? For example, in each sheet Cell A1 put "=FrontSheet!A1".
    Is your code running too slowly?
    Does your workbook or database have a bunch of duplicate pieces of data?
    Have a look at this article to learn the best ways to set up your projects.
    It will save both time and effort in the long run!


    Dave

  3. #3
    Forum Contributor
    Join Date
    06-03-2008
    MS-Off Ver
    Excel 2007 (also have access to Excel 2000/2003)
    Posts
    368

    Re: Copy cell range from active sheet to all remaining sheets

    Thank you for your reply. Sorry I didn't explain it very well.

    At the start of the year the staff will remain the same no doubt for a few month but then as staff change I want those changes to be copied to all other worksheets after that month. So for example, staff change in March, sheets April, May, June etc wil get the copied staff list so any future leave etc can be added to save re keying. The old entries need to remain so that they can be referred to.

    Any help would be appreciated.

    Thanks,

    JP

  4. #4
    Forum Expert davegugg's Avatar
    Join Date
    12-18-2008
    Location
    WI, US
    MS-Off Ver
    2010
    Posts
    1,884

    Re: Copy cell range from active sheet to all remaining sheets

    I still think I'd do it with a link to a different sheet on each sheet, then once the month is completed just copy A1:B20 and pastespecial -> Values to get rid of the link.

    However, if you want to use vba, this will copy those cells to each sheet after the active sheet:

    Please Login or Register  to view this content.

  5. #5
    Forum Contributor
    Join Date
    06-03-2008
    MS-Off Ver
    Excel 2007 (also have access to Excel 2000/2003)
    Posts
    368

    Re: Copy cell range from active sheet to all remaining sheets

    Thank you for the reply.

    Is there a way through VBA to do the copy and paste special (values) as described?

    Thanks,

    JP

  6. #6
    Forum Expert davegugg's Avatar
    Join Date
    12-18-2008
    Location
    WI, US
    MS-Off Ver
    2010
    Posts
    1,884

    Re: Copy cell range from active sheet to all remaining sheets

    Please Login or Register  to view this content.

+ 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