View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_7_] Bob Phillips[_7_] is offline
external usenet poster
 
Posts: 1,120
Default Does excel worksheet have unique ID?

No, there is no UID as such. They have an index, but that is only relative
to the workbook.

If you need such a thing, you will need to build it.

--
HTH

Bob Phillips

"valk" wrote in message
...

I writing special addin for excel, that can insert some controls into
worksheet cells.
I can identificate control by cell andress,SheetName and Workbook
name..
But in case two workbooks have identical names and worksheets have
identical names too i have a problem..
The question is: is it possible to know unique id of
workbook(worksheet)?


Thank you.
Sorry for my english..
Valentin Kovalski.


--
valk
------------------------------------------------------------------------
valk's Profile:

http://www.excelforum.com/member.php...o&userid=23881
View this thread: http://www.excelforum.com/showthread...hreadid=375185