Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Setup / March 2007

Tip: Looking for answers? Try searching our database.

How to disable copy and paste function in a protected sheet

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Igneshwara reddy - 12 Mar 2007 18:26 GMT
I have protected sheet with some data and few users should edit the specified
cells in the worksheet.

Everything is done but I need to disable copy and paste function to avoid
copy and paste in the cells, were in users should only type in the cells
where required.
Mike - 17 Mar 2007 05:08 GMT
Try this
      Columns("G:G").Select 'Replace with your column or rows
 Selection.Locked = False  
 Sheets("Sheet1").Protect Password:="your password here"

> I have protected sheet with some data and few users should edit the specified
> cells in the worksheet.
>
> Everything is done but I need to disable copy and paste function to avoid
> copy and paste in the cells, were in users should only type in the cells
> where required.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.