Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gap Gap is offline
external usenet poster
 
Posts: 15
Default Range ID and drag & drop to a cell

Hello,

I am assigning an ID to a Range consisting of a single cell. (
myRange.ID = 10 )

Now when I drag and drop contents from another cell to this cell the ID
becomes blank which is understood since the source range is moved to
this location now.

The same thing happens if I drag and drop text from another
application. The ID is lost.

Is there a way to retain/recover or even know this ID after a drop
happens from another application?

Regds
GAP


Private Sub Worksheet_Change(ByVal Target As Range)

Debug.Print "Range ID: " & Target.ID

End Sub

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cell drag and drop clara Excel Discussion (Misc queries) 4 June 18th 08 07:36 PM
How do I set cell drag and drop to be on as a default Dick Morgan Excel Discussion (Misc queries) 3 December 5th 05 03:06 PM
cell drop and drag D Snider Excel Worksheet Functions 1 May 1st 05 04:27 AM
disable cell "drag and drop" for a cell/range meeting given condit Valeria Excel Programming 2 January 3rd 05 12:35 PM
Disable drag and drop for a selected range under a certain conditi Valeria Excel Programming 0 December 27th 04 09:19 AM


All times are GMT +1. The time now is 01:01 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"