Results 1 to 3 of 3

Thread: Staff Rota

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2000
    Location
    N.Ireland
    Posts
    651

    Staff Rota

    see attached excel sheet.

    The staff rota changes once per week.

    Week 1 is currently shown in the main table.(outlined in bold)

    Week2 rota details are directly beneath. week 3 are further down.

    How can i get excel to insert week2 details into the main table by clicking a button. For example i'd like the user to click on a button called "Week2" & then this would cut & paste the data for week2 into the main table..
    Attached Files Attached Files
    Gilly

  2. #2

  3. #3
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: Staff Rota

    VB Code:
    1. Range("D22:H26").Select
    2.     Selection.Copy
    3.     Range("D8").Select
    4.     ActiveSheet.Paste

    this will copy and paste your data

    pete

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width