更新 vba_code_common.txt

This commit is contained in:
2026-04-13 09:24:30 +00:00
parent eb36f2499d
commit a09be7b27b

View File

@@ -149,13 +149,3 @@ Sub WriteCSVFile(ByVal filePath As String, ByVal content As String)
.Close .Close
End With End With
End Sub End Sub
' ============================================================
' Build CSV content from worksheet
' Parameters:
' ws - worksheet
' startRow - data start row
' endRow - data end row
' dataColumns - array of column numbers to export
' Returns: CSV content string
' ============================================================