+ Reply to Thread
Results 1 to 3 of 3

Copying data from a single master yearly sheet to Multiple sheets( monthwise)

  1. #1
    Registered User
    Join Date
    02-11-2013
    Location
    India
    MS-Off Ver
    Excel 2004 Mac
    Posts
    5

    Copying data from a single master yearly sheet to Multiple sheets( monthwise)

    Hi ,

    Could anyone please let me know a macro to copy data from a yearly sheet called mastersheet to individual months Jan, Feb( based on date of enquiry)

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Copying data from a single master yearly sheet to Multiple sheets( monthwise)

    See here how you can do this.

    https://sites.google.com/a/madrocket...eet1-to-sheets
    Last edited by JBeaucaire; 12-27-2019 at 10:24 PM.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Registered User
    Join Date
    02-11-2013
    Location
    India
    MS-Off Ver
    Excel 2004 Mac
    Posts
    5

    Re: Copying data from a single master yearly sheet to Multiple sheets( monthwise)

    Hi Fortis,

    Thanks a lot for that. I tried the code but its giving me an error as Subfunction not defined. As suggested in code i changed the three entities to suit my sheet. Kindly help

    'Column to evaluate from, column A = 1, B = 2, etc.
    vCol = 17

    'Sheet with data in it
    Set ws = Sheets("Year")

    'Range where titles are across top of data, as string, data MUST
    'have titles in this row, edit to suit your titles locale
    vTitles = "A2:Z2"
    TitleRow = Range(vTitles).Cells(1).Row

+ 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