Hi everyone,
I need some assistance. I'm still new to VBA, learning on the fly. I've been tasked with tracking updates to a sheet of data.
I don't know where to start.
The Task is to look at the LTQ Value and determine if it is different from the previously recorded value. If different add to the database of all projects and their scores.
How can I do this,
I need some assistance. I'm still new to VBA, learning on the fly. I've been tasked with tracking updates to a sheet of data.
I don't know where to start.
The Task is to look at the LTQ Value and determine if it is different from the previously recorded value. If different add to the database of all projects and their scores.
Proj Id | Project Name | Project Owner Name | Proj Category | Mfg Location | Team | Line | Location | BU | Mfg Region | RR FTQ | RR LTQ | Date | Year | Completeion | Target | Month |
xxx | xxx | xxx | xxx | xxx | xxx | xxx | xxx | xxx | xxx | 100 | 100 | xx/xx/xx | XX | C | 80 | xx |
How can I do this,