update Generic Master bas4

This commit is contained in:
updsv7
2026-04-15 11:01:25 +09:00
parent d89fc2e8b1
commit 5e906f3300
8 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
' ====== (507) =======
Sub O2_Import()
Call Generic_Master_Import(Me, 13)
End Sub
Sub O2_SortDataRowsByC()
Call SortDataRows(3)
End Sub
Sub O2_ToggleAutoFilter()
Call ToggleAutoFilter(6)
End Sub
Sub O2_AutoFitColumnWidth()
Call AutoFitColumnWidth(3, 15)
End Sub