michael_allen_24
Board Regular
- Joined
- Dec 29, 2010
- Messages
- 64
Hello,
I was wondering if any could point me in the right direction. I have a Macro that I have been using for a while that when I run it, it looks through my auto filter and pulls back the corresponding values. I have always used names in this formula. I am now trying to pull back numbers such as 10734624. When I adjust the AutoFilter field and run the macro with the numbers, it doesn't pull anything back. Why is that? Thanks.
Formula I am using for my Macro:
Range("E6:AE2496").AutoFilter Field:=2, Criteria1:=Application.Transpose(Range("C7:C66").Value), Operator:=xlFilterValues</SPAN>
I was wondering if any could point me in the right direction. I have a Macro that I have been using for a while that when I run it, it looks through my auto filter and pulls back the corresponding values. I have always used names in this formula. I am now trying to pull back numbers such as 10734624. When I adjust the AutoFilter field and run the macro with the numbers, it doesn't pull anything back. Why is that? Thanks.
Formula I am using for my Macro:
Range("E6:AE2496").AutoFilter Field:=2, Criteria1:=Application.Transpose(Range("C7:C66").Value), Operator:=xlFilterValues</SPAN>