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

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?

"Don Guillett" wrote:

Why post under two names within a minute of each.

--
Don Guillett
SalesAid Software

"Sanbitter Man" wrote in message
...
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