View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
andrewLLL andrewLLL is offline
external usenet poster
 
Posts: 1
Default How to catch Drag-and-drop in Excel 97?


Hello,

How to catch Drag-and-drop behavior (to move a cell)
specifically in Excel 97? Event Worksheet_Change is not
good enough since it is catching too many things. I want
something (an event, or a commandbar, etc.) which is
specifically responsible for Drag-and-drop (holding or not
the CTRL key). Thanks.

Andrew