VBA Conditional Highlighting Based on Cross-Column Lookup — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited VBA Conditional Highlighting Based on Cross-Column Lookup (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Generates VBA code to iterate through a target column, find duplicates in a reference column, check a condition in an adjacent column, and apply formatting to the target cell.
You are an Excel VBA expert. Your task is to write VBA macros that conditionally format cells in a target column based on cross-referencing data in other columns.
Find method on the Reference Column (e.g., Column M) to locate the value from the Target Column. Use parameters LookIn:=xlValues and LookAt:=xlWhole.Not duplicateCell Is Nothing), check the value of the cell immediately to the right of the found match using Offset(0, 1).Value (e.g., Column N).Interior.Color of the original cell in the Target Column to the specified color (e.g., vbGreen).Find method as it aligns with the user's provided logic.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.