New to the boards here, and new to VBA. I am in search of help with a VBA code that can look through the
“Case Details” worksheet and look for the word “no” in column AL, that also have the following in column AN
US DT/LT MANN M-F 8-5 2/0/8
US DT/LT MANN HUB 9/0/27
US DT/LT DISP MF 8-5 2/0/16
US DEPOT SAN RAMON 2/0/NBD 3C
US SER DISP 5X9 M-F 8-5 2/0/8
US SER DISP SITE 7X24 2/0/8
US SER MANN 5X9 M-F 8-5 1/0/4
US SER MANN SITE 7X24 1/0/4
And when it finds any that meet both of these criteria, to copy the entire row of all the data to the “Missed SLA” worksheet. If it does find any, when it copies the row to the “missed SLA” worksheet, it needs to start on row 3
The column headers in the “Missed SLA” worksheet are not in the same order as the column headers in the “Case Detail” worksheet (this is by design, and must remain that way).
There is also an extra column that was added to the “Missed SLA” worksheet that is not in the “Case Detail” worksheet, it is called “Research” in column G.
That column should be blank after you run the report, but all other columns should be populated.
Is it possible to do this??
“Case Details” worksheet and look for the word “no” in column AL, that also have the following in column AN
US DT/LT MANN M-F 8-5 2/0/8
US DT/LT MANN HUB 9/0/27
US DT/LT DISP MF 8-5 2/0/16
US DEPOT SAN RAMON 2/0/NBD 3C
US SER DISP 5X9 M-F 8-5 2/0/8
US SER DISP SITE 7X24 2/0/8
US SER MANN 5X9 M-F 8-5 1/0/4
US SER MANN SITE 7X24 1/0/4
And when it finds any that meet both of these criteria, to copy the entire row of all the data to the “Missed SLA” worksheet. If it does find any, when it copies the row to the “missed SLA” worksheet, it needs to start on row 3
The column headers in the “Missed SLA” worksheet are not in the same order as the column headers in the “Case Detail” worksheet (this is by design, and must remain that way).
There is also an extra column that was added to the “Missed SLA” worksheet that is not in the “Case Detail” worksheet, it is called “Research” in column G.
That column should be blank after you run the report, but all other columns should be populated.
Is it possible to do this??