Hello all! I've been engaging in a crash course of Excel macros ever since I was reassigned to help my department streamline data processing. I've done fairly well, but at this point, there are two steps in the process that I haven't figured out how to code.
For the purposes of the example, let's say I have a set of dates in column D and balances in column K. The procedure involves filtering out items with dates from the prior month (Ex. March dates in April) so they are not caught up in the procedures to remove resolved items per Col K balances. Essentially, I need the VBA equivalent of going into the filter and deselecting the prior month (assume that autofilter is already active per the VBA code). And of course, I can't just be month specific, since the requirements will change each month.
Is there a fairly uncomplicated method to do this?
Thanking you in advance!
For the purposes of the example, let's say I have a set of dates in column D and balances in column K. The procedure involves filtering out items with dates from the prior month (Ex. March dates in April) so they are not caught up in the procedures to remove resolved items per Col K balances. Essentially, I need the VBA equivalent of going into the filter and deselecting the prior month (assume that autofilter is already active per the VBA code). And of course, I can't just be month specific, since the requirements will change each month.
Is there a fairly uncomplicated method to do this?
Thanking you in advance!