I have two control values to my macro, a Maximum and a Minimum that are applied to a pair of filters. Inside the macro are a pair of filters, the first with a formula [Date]>=1 where the macro replaces the '1' with Minimum value. The second has a formula [Date]<=12 and the macro is set to replace the '12' with the Maximum value.
My problem is that the first filter works just fine but the second sticks stubbornly at 12. What am I doing wrong?