マークダウンファイル生成スクリプト作成

This commit is contained in:
2026-04-07 10:24:11 +09:00
parent 1762dc69de
commit 3854cdf6d7
3 changed files with 176 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ Sub ExportCustomizeFunctionsToMarkdownFile()
'========================
' 種別見出し処理
'========================
If categoryPos.exists(category) Then
If categoryPos.Exists(category) Then
insertPos = categoryPos(category)
Else
md = md & "## " & category & vbCrLf & vbCrLf