View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Michael Kintner[_3_] Michael Kintner[_3_] is offline
external usenet poster
 
Posts: 7
Default AutoFilter Question

I have made my selection:

Selection.AutoFilter Field:=1, Criteria1:=Range("Product_Name").Text

Now how do I copy that selection to a specific location?

Thank you in advance for your help!!

Mike