View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim[_54_] Jim[_54_] is offline
external usenet poster
 
Posts: 2
Default Cleaning up a web query

I'm bringing in some tables from a web page. The cell contents I want
to keep are those that have text that is hyperlinked. There are other
cells that are a hyperlink only (no text) or text only that I want to
clear. What approach should I take? I'm thinking I can loop through
the range, but I'm never worked with this type of data and don't know
how to specify the conditions for clearing the unwanted cells.
TIA,
Jim