View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Brady[_2_] Brady[_2_] is offline
external usenet poster
 
Posts: 8
Default Can you get excel range object off the clipboard?

No I don't think so because I am not control/writing the excel piece just the
windows form piece.

"LFCFan" wrote:


Hi Brady,

Could you not pass the cell's address to the clipboard?

Set cData = New DataObject
cData.SetText (ActiveCell.Address)
cData.PutInClipboard

Not sure if this is what you mean?

HTH
Joe


--
LFCFan
------------------------------------------------------------------------
LFCFan's Profile: http://www.excelforum.com/member.php...o&userid=37484
View this thread: http://www.excelforum.com/showthread...hreadid=572635