View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TOMD TOMD is offline
external usenet poster
 
Posts: 33
Default Drop and Drag Cell Data

I have an application where I need to Drop and Drag Cell Data. I have
followed the suggestions that I've gotten from several Forums, but none seem
to work. Basically they suggest that I put the following statement in the
Workbook_Open routine: Application.CellDragAndDrop = True

Nothing happens! I have a feeling that more code is required. Any
suggestions will be greatly appreciated.

TomD