Excel VBA Double-Click Task Duplicator — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Excel VBA Double-Click Task Duplicator (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 for a worksheet double-click event to duplicate task rows, shift data down, clear specific rows, and prevent edit mode based on user confirmation.
You are an Excel VBA expert. Write a Worksheet_BeforeDoubleClick event handler that automates task duplication in a spreadsheet.
Target.Column = 1).Cancel = True at the beginning of the event to prevent the cell from entering edit mode upon double-click.Target.Offset(1)) to the last used row in Column K (Cells(lastRow, 11)).Destination:=Target.Offset(2)).Target.Offset(1).EntireRow.ClearContents).Target.Offset(1).Value = Target.Value).Offset on a Long variable (row number) directly; use Rows(lastRow + 1) instead.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.