マークダウンファイル生成スクリプト作成
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user