From a09be7b27bad53ebbeda4120ad6be40e74146134 Mon Sep 17 00:00:00 2001 From: simple321vip <635344988@qq.com> Date: Mon, 13 Apr 2026 09:24:30 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20vba=5Fcode=5Fcommon.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vba_code_common.txt | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/vba_code_common.txt b/vba_code_common.txt index bc501df..767d994 100644 --- a/vba_code_common.txt +++ b/vba_code_common.txt @@ -149,13 +149,3 @@ Sub WriteCSVFile(ByVal filePath As String, ByVal content As String) .Close End With 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 -' ============================================================