delete ninteiList and add optional button

This commit is contained in:
updsv7
2026-04-20 18:03:03 +09:00
parent 72566e3e03
commit 5c40eb4381
4 changed files with 7 additions and 63 deletions

View File

@@ -30,6 +30,10 @@ Sub Fit_Button()
Do_Fit ActiveSheet
End Sub
Sub RefreshCache_Button()
' 重新加载所有缓存
End Sub
Private Sub DO_CSV_Import(ws As Excel.Worksheet)
On Error GoTo ImportError