disable worksheet tab options

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello out there,

I want to insert a VBA script that will disable a specific event/operation
in excel. I want to prevent a user to drag and drop an excel worksheet tab
into another workbook. Just to clarify, this is achieved by users clicking
down on the sheet tab and dragging it into a new workbook. I also want to
protect the tab structure so users can't rearrange sheet order (I''ve figured
out how to disable rename/delete)

Thank you in advance,

-Sanbitter Man
 
Check your original post.

Sanbitter said:
Hello out there,

I want to insert a VBA script that will disable a specific event/operation
in excel. I want to prevent a user to drag and drop an excel worksheet tab
into another workbook. Just to clarify, this is achieved by users clicking
down on the sheet tab and dragging it into a new workbook. I also want to
protect the tab structure so users can't rearrange sheet order (I''ve figured
out how to disable rename/delete)

Thank you in advance,

-Sanbitter Man
 
It looks like microsoft has picked up my post in the google support group as
well...I thought these 2 groups were exclusive of each other...Did you have
any information that relates to answering my question/post?
 
You can stop them from moving the worksheet by protecting the workbook.

Tools|Protection|protect workbook|Check structure.

Be aware that this protection can be broken quite easily.

(And this same option disables the rename/delete as well as insert)
 

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