View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Ivan F Moala[_66_] Ivan F Moala[_66_] is offline
external usenet poster
 
Posts: 1
Default Disabling the option to move cells programatically


If you mean turn off Cell Drag & drop then


Code
-------------------

Application.CellDragAndDrop = False

-------------------

--
Ivan F Moal

-----------------------------------------------------------------------
Ivan F Moala's Profile: http://www.excelforum.com/member.php...nfo&userid=195
View this thread: http://www.excelforum.com/showthread.php?threadid=38887