View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
hugehead hugehead is offline
external usenet poster
 
Posts: 4
Default Checking if a property contains another specific string

I am trying to see if a defined name's RefersTo property contains a
particular string.
To be more specific, I am going through the defined names in the workbook
and checking if any of them are pointing to a particular file path or a
worksheet.

Any pointers would be appreciated.

Jay