View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
helpwithXL helpwithXL is offline
external usenet poster
 
Posts: 28
Default embedding links in cells

hi all,
is it possible to get the information about dragged object, when it is
dragged over the worksheet. i could only find that the dragged data is
packaged into the DataObject object, but the dragging event is not
available for worksheet. i want to drag outlook objects and store them
in the folder where my excel sheet is stored and just represent a link
to that folder in the cell selected by user.
Could anyone suggest me something.