Restrict Copy to Values only?

  • Thread starter Thread starter nickm687
  • Start date Start date
N

nickm687

Hi guys,

Could anyone be able to help me. I have two workbooks where the user
must copy range of cells from one to the other, but only the values.

Is there an automated way of restricting the copy function to only
copy values?

That is, within the first workbook, whenever the user copies some
cells (via Ctrl+C or the toolbar) excel only copies the values.
Therefore, in the second workbook the user only has to paste.

Regards
Nick
 
This sounds like it isn't a programming question, so:

There is no setting that will make Ctrl+C copy only values.

or Ctrl+V paste only values.

You can lock all cells, mark all cells hidden and protect the sheet for the
source sheet and the user won't be able to copy formulas if that is your
intent.
 
Maybe i should rephrase.

I am hoping to lock a worksheet so that only paste values is allowed.

therefore whenever a user goes to paste it is only the the values,
nothing else. the worksheet i am using contains much formatting but
requires copying from another workbook, which in turn messes up
everything.

Regards
Nick
 
Why not create macros to copy the values for the users? you can control what
they copy and where it goes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top