+ Reply to Thread
Results 1 to 2 of 2

How can I detect if something was copied and pasted?

  1. #1
    Registered User
    Join Date
    12-09-2015
    Location
    USA
    MS-Off Ver
    2007
    Posts
    1

    How can I detect if something was copied and pasted?

    I am looking for a way to determine if a cell’s value was copied from one cell and pasted into that cell. Reason being is I am in charge of a worksheet that is used to record dimensions of something. These inspections are completed hourly by other employees. According to the data collected there is always some kind of variation. Occasionally, there will be an employee who may be bucking the system by just copying the dimensions from a time period earlier and pasting it into the next cells. I’m looking for a way VBA code, conditional formatting, etc. to determine if that value was recorded in that manner. This may not be so clear on past worksheets, but moving forward is there a way to hide code or formatting to determine if this happened?

    Example:

    A B C D E
    1 .3 .2 .3 .2 .2
    2 5 5 5 5 5
    3 .1 .1 .1 .1 .1
    4 Y Y Y N N
    5 2 2 1 3 1
    6 T F F F F

    I would like to determine if the values in B3, C3, D3, and E3 were copied and pasted or if the value in A3 was dragged to copy them. Is this possible?

    Thanks,

    Pat

  2. #2
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229

    Re: How can I detect if something was copied and pasted?

    One can test if the data is an exact duplicate of preceding data. One cannot test how it got there, e.g. typing or copy/paste.
    _
    ...How to Cross-post politely...
    ..Wrap code by selecting the code and clicking the # or read this. Thank you.

+ 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: 3
    Last Post: 07-11-2015, 05:17 PM
  2. Some copied cells are missing when pasted
    By paulkaye in forum Excel General
    Replies: 3
    Last Post: 07-01-2013, 03:38 AM
  3. Deactivating Copied Cell after it is Pasted
    By Mordred in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-13-2010, 01:07 PM
  4. Number Changes When Copied and Pasted
    By BSquared18 in forum Excel General
    Replies: 3
    Last Post: 05-04-2009, 05:52 PM
  5. Replies: 3
    Last Post: 08-11-2006, 09:10 AM
  6. Cell reference update when copied and pasted
    By Dave in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-05-2006, 03:55 PM
  7. [SOLVED] How do I protect a worksheet from being copied & pasted?
    By JJ in forum Excel General
    Replies: 3
    Last Post: 07-28-2005, 09:07 AM

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