Help me stop hurting myself or others

posfog

Board Regular
Joined
Jun 2, 2009
Messages
171
Hi there,
I have a excel sheet that is used by others but they keep on deleting columns for no reason at all.
I have attempted to fix this by locking certain columns and putting a password on the sheet to stop any form of deletion but still allow them to enter data.
The only thing is that is it dosent allow you to copy and past data from another excel sheet which is where we get the data from.


Is there away of stopping people from making phsyical changes to the layout and columns but still allow people to copy and past date a line at a time.

hope this makes sense and thanks in advance.
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
.
Here is one suggestion :

https://it.toolbox.com/question/how...e-event-if-multiple-cells-are-selected-041410



The cells / rows / columns that users are deleting or changing the design .... are more than one person doing the same thing or something similar ?
Consider perhaps the changes they are making are actually beneficial ?

Have you been able to determine why they are making these changes ? Have they stated such or have you asked ?

I'm not saying they are correct in making these changes ....
 
Upvote 0
A longer option:


The sheet in question must be protected.
Create a userform with a combo to display open books and a button.


It would work like this, the user would execute the userform and:
- select a book from the combo
- select a book sheet
- select the row to copy
- select a row available at the destination to paste
- Then press the button.


The code would do the following:
- unprotect the sheet
- paste the row
- protect the sheet.
 
Upvote 0

Forum statistics

Threads
1,214,954
Messages
6,122,461
Members
449,085
Latest member
ExcelError

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top