View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary Keramidas[_4_] Gary Keramidas[_4_] is offline
external usenet poster
 
Posts: 226
Default Drop and Drag Cell Data

i have a feeling some more information is required. please give some more
specific details of what you want to accomplish.
--


Gary Keramidas
Excel 2003


"TomD" wrote in message
...
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