View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett
 
Posts: n/a
Default Change Hyperlink to Plain Text

try
columns(1).hyperlinks.delete

--
Don Guillett
SalesAid Software

"Sam" wrote in message
...
Column has data that I would like to displayed as plain text to users
instead
of having a hyperlink associated with it.

I can do one cell at a time but how would I do an entire column?