C
ChrisBat
I am trying to build part of a macro that will filter on a list based on
two criteria, and then change the data in Column A based on the data
that is pulled.
A couple of problems:
(1) The number of items in the list changes everyday, and so using
static references won't work
(2) I need to go through a couple of dozen criteria in both columns,
and so I'm thinking a Loop would work best. However, having only
limited knowledge of VBA, Looping is not something I'm familiar with.
Here's part of the code that I've got so far:
Dim Status as String
two criteria, and then change the data in Column A based on the data
that is pulled.
A couple of problems:
(1) The number of items in the list changes everyday, and so using
static references won't work
(2) I need to go through a couple of dozen criteria in both columns,
and so I'm thinking a Loop would work best. However, having only
limited knowledge of VBA, Looping is not something I'm familiar with.
Here's part of the code that I've got so far:
Dim Status as String