View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] xentheon@gmail.com is offline
external usenet poster
 
Posts: 3
Default Finding all hyperlinks in row a, copying to new worksheet

Thanks, works perfectly.

Another question.. would it be possible to copy to another worksheet
all fields that ARENT hyperlinks? or would the best way be just to
delete the hyplerlinks with
Sheets("Industry").Cells(n,1).Hyperlinks.Delete ?

is that right cheers tom