feat: add worksheet button handlers for BOM systems
All checks were successful
NTFY Notification / notify (push) Successful in 3s
All checks were successful
NTFY Notification / notify (push) Successful in 3s
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>
This commit is contained in:
3
VBA_BOMConverter/DocumentModules/Sheet10.cls
Normal file
3
VBA_BOMConverter/DocumentModules/Sheet10.cls
Normal file
@@ -0,0 +1,3 @@
|
||||
Private Sub CommandButton1_Click()
|
||||
Call RunBOMConversion
|
||||
End Sub
|
||||
3
VBA_BOMConverter/DocumentModules/Sheet3.cls
Normal file
3
VBA_BOMConverter/DocumentModules/Sheet3.cls
Normal file
@@ -0,0 +1,3 @@
|
||||
Private Sub CommandButton1_Click()
|
||||
Call RunBOMExtraction
|
||||
End Sub
|
||||
Reference in New Issue
Block a user