Files
armandarmand/task1/task1-ticket1/_ref/Excel/Examples/ThisWorkbook.cls
louiscklaw 8719fe58b8 update,
2025-02-01 01:59:56 +08:00

538 lines
1.2 KiB
OpenEdge ABL

Private Sub Workbook_Open()
'Opens the VBA Editor
'Call Open_VBA_Editor
End Sub
Private Sub Open_VBA_Editor()
Application.CommandBars.FindControl(ID:=1695).Execute
End Sub