Drag&Drop in Word
In word document I have some Contents controls and I want that user can't change position of this controls.
Hi Rus
Application.Options.AllowDragAndDrop = False
However, this does apply to the entire application, so it might make sense to use a couple of events to turn this on/off, as appropriate.