+ Reply to Thread
Results 1 to 2 of 2

Copy Data from Pivot and Paste in another worksheet according to month

  1. #1
    Registered User
    Join Date
    10-21-2021
    Location
    New Delhi
    MS-Off Ver
    MS Office 2016
    Posts
    6

    Copy Data from Pivot and Paste in another worksheet according to month

    Hi All,

    I've this code and want to save the Template File as Range value from Master File.

    Can anyone help me please

    Sub Get_Data()

    Windows("Master File.xlsm").Activate
    Range("A13:N71").Select
    Selection.Copy
    Windows("Template File.xlsx").Activate
    Range("B4").Select
    Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
    :=True, Transpose:=False

    End Sub

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,535

    Re: Copy Data from Pivot and Paste in another worksheet according to month

    Based on the thread title the following tutorial, "Create Multiple Pivot Table Reports with Show Report Filter Pages", may be useful: https://www.excelcampus.com/pivot-ta....%20See%20More.
    We may also be able to provide more help if we could see a sample of the source data and pivot table from which the monthly data is to be drawn.
    Information on uploading Excel files is provided in the banner at the top of the page.
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. Copy current month named worksheet and paste into a static worksheet
    By Jissenka in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-26-2015, 11:28 PM
  2. [SOLVED] Need to copy all data from worksheet that are labeled with a Month to main worksheet
    By welch1198 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-31-2014, 09:17 AM
  3. copy & paste data of current month
    By KK1234 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-28-2014, 08:37 PM
  4. copy and paste data month to month
    By hotrod4571 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 02-23-2013, 01:23 PM
  5. [SOLVED] Look up Data by month copy and paste
    By mille1sj in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-30-2012, 11:31 AM
  6. copy and paste data with month criteria
    By pani_hcu in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-24-2011, 11:23 AM
  7. Copy, Find and paste between pivot table and worksheet
    By afgi in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-20-2010, 01:47 PM

Tags for this Thread

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