View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Felix_Jiang Felix_Jiang is offline
external usenet poster
 
Posts: 5
Default How to filter the QueryTable from a Web query

I use a Web query to obtain a table from a Web page. Before I put the table
into a range in Excel, how do I filter some rows out (like only keep rows
with the column value greater than 0)? Thanks so much.