Files
AutoBOM/VBA_BOMConverter/DocumentModules/Sheet3.cls
Misaka_Company 0fc2cd1e92
All checks were successful
NTFY Notification / notify (push) Successful in 3s
feat: add worksheet button handlers for BOM systems
Add CommandButton click event handlers to worksheets:
- Sheet10: Trigger BOM Configuration System (RunBOMConversion)
- Sheet3: Trigger BOM Extraction System (RunBOMExtraction)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-27 08:39:01 +08:00

3 lines
68 B
OpenEdge ABL

Private Sub CommandButton1_Click()
Call RunBOMExtraction
End Sub