View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default How to Disable drag and drop of Pictures from Excel

d,

This way?...
Checkmark the Locked button on the Protection tab of the picture - or -
set the Locked property to true in code - then -
protect the worksheet.

Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



"dshaffer" wrote in message
In my application I am trying to prevent users from using drag and drop
to remove a picture from an Excel workbook. Does anyone know how to do
this? Thanks.