View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Leith Ross[_27_] Leith Ross[_27_] is offline
external usenet poster
 
Posts: 1
Default Retrieve Index of Activeworkbook?


Hello Mark,

A Collection Object has both an Index and a Key Value associated with a
stored value. Unfortunataley, the object class doesn't support returning
the index by using the key value or vice versa. The only option you have
is to use a loop to go through the index numbers and compare the name
property to the ActiveWorkbook Name.

Sincerly,
Leith Ross


--
Leith Ross
------------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465
View this thread: http://www.excelforum.com/showthread...hreadid=378245