Murphthaaggie21
New Member
- Joined
- Jun 3, 2015
- Messages
- 1
Sorry i'm sure this is simple, but I can't figure it out.
I have a macro that part of it filters down a pivot table to a value of lets just say $150.00
Looks a little something like this:
ActiveSheet.Range("$A$5:$D$75000").AutoFilter Field:=4, Criteria1:=">150", _
Operator:=xlAnd
However i would like to make that value be adjustable to be what I currently have in Cell lets say D7 on Sheet 1 a different sheet.
How do i do this?
I have a macro that part of it filters down a pivot table to a value of lets just say $150.00
Looks a little something like this:
ActiveSheet.Range("$A$5:$D$75000").AutoFilter Field:=4, Criteria1:=">150", _
Operator:=xlAnd
However i would like to make that value be adjustable to be what I currently have in Cell lets say D7 on Sheet 1 a different sheet.
How do i do this?