View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Shapes and Events and Custom Menue

Lock your shapes and protect your worksheet.

Yes, you can customize the right click menu (if you mean for cells).

Commandbars("Cell")

--
Regards,
Tom Ogilvy

"Tom G." wrote in message
...
Hallo!

Have some shapes on a sheet. And want to do the following:

- get an event if a shape moves/copy/cut/paste
- disable resizing shapes
- disable the Excel right-click menue and replace it by a custom menu

Is this possible?

Thanks in advance

Tom