Hi there,
I have created an action plan that has a main menu that filters the action plan as required. One of the macros looks at filtering for items that are due within either 15 days, 30 days or now (I don’t have one for overdue yet). I have set up based on some advice what the macro should be, but am having issues in the data filtering. Its does, but doesn’t stay visible in the cell.
I have looked for a solution, but am stumped!
This is the I am using:
Sub FifteenDays()
Sheets("HSE Master Action Plan").Select
ActiveSheet.Range("$b$4:$s$600").AutoFilter Field:=10, Criteria1:=Array("15", "14", "13", "12", "11", "10", "9", "8", "7", "6", "5", "4", "3", "2", "1")
End Sub
I am having issues attaching the spreadsheet as looks like i dont have permissions. But the above is a macro i am using. Its similar to 30 days as well but counts down from 30 to 16 as noted above.
Cheers …. Amanda
I have created an action plan that has a main menu that filters the action plan as required. One of the macros looks at filtering for items that are due within either 15 days, 30 days or now (I don’t have one for overdue yet). I have set up based on some advice what the macro should be, but am having issues in the data filtering. Its does, but doesn’t stay visible in the cell.
I have looked for a solution, but am stumped!
This is the I am using:
Sub FifteenDays()
Sheets("HSE Master Action Plan").Select
ActiveSheet.Range("$b$4:$s$600").AutoFilter Field:=10, Criteria1:=Array("15", "14", "13", "12", "11", "10", "9", "8", "7", "6", "5", "4", "3", "2", "1")
End Sub
I am having issues attaching the spreadsheet as looks like i dont have permissions. But the above is a macro i am using. Its similar to 30 days as well but counts down from 30 to 16 as noted above.
Cheers …. Amanda