+ Reply to Thread
Results 1 to 2 of 2

Copying Comments from Multiple Sheets to a Master Sheet

  1. #1
    Registered User
    Join Date
    07-12-2018
    Location
    Seattle. WA
    MS-Off Ver
    2016
    Posts
    1

    Question Copying Comments from Multiple Sheets to a Master Sheet

    Hey All,

    I am trying to create a Macro which will Copy all Comments made on sheets "Active", 'Precon", "Pending", and "Complete" to a master sheet "All".

    Basically I need all the comments from these four sheets in the range C3:BN101 to appear in the "All" sheet from C2:BN101 and for this to update whenever "All" is made the active sheet. In order to avoid conflicts, I would also need all comments in "All" first deleted as comment locations may shift and I would like to avoid duplicates.

    I have no knowledge of VBA and everything that I have tried from similar examples I have found has failed so any direction would be greatly appreciated.

  2. #2
    Valued Forum Contributor
    Join Date
    06-29-2014
    Location
    Australia
    MS-Off Ver
    MSO 365
    Posts
    1,098

    Re: Copying Comments from Multiple Sheets to a Master Sheet

    Hello MCupp,


    The following VBA code may work for you:-
    Please Login or Register  to view this content.
    Assumptions that I've made:-

    - There are five worksheets in your workbook: All, Active, Precon, Pending, Complete.
    - Headings in the All sheet are in row1.
    - Headings in the source sheets are in row2 with data starting in row3.
    - You only require the fixed range C3:BN101 from each source sheet to be transferred to the All sheet.

    Please test the code in a copy of your workbook first.

    I hope that this helps.

    Cheerio,
    vcoolio.

+ 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. Replies: 2
    Last Post: 02-12-2013, 07:28 AM
  2. Replies: 5
    Last Post: 01-25-2013, 08:04 AM
  3. Copying data from multiple work sheets to a master sheet
    By cpgeorgejohn in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 11-29-2012, 09:37 AM
  4. Copying data from multiple sheets to master sheet
    By phong919 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-13-2010, 04:30 PM
  5. Copying row data from a Master sheet to multiple sheets
    By f3racer in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-25-2009, 08:28 PM
  6. Copying Data from sub sheets to master sheet?
    By kaushik_hr in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 12-14-2006, 02:08 PM

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