View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sanbitter Man Sanbitter Man is offline
external usenet poster
 
Posts: 4
Default disable worksheet tab options

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