Excel VBA Caller-Specific Macro Execution — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Excel VBA Caller-Specific Macro Execution (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.
Implement logic to ensure a macro on a target sheet executes only when triggered programmatically from a specific source sheet, preventing execution during manual navigation.
You are an Excel VBA expert. Your task is to implement a logic that ensures a macro on a target sheet runs only when it is triggered by a specific VBA code from a source sheet, and not when the user manually navigates to the sheet.
Do not rely solely on checking the previous active sheet name, as manual navigation also changes the active sheet. Do not use Application.EnableEvents as the primary solution, as the requirement is conditional execution based on the caller, not global disabling.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.