質問編集履歴
1
コメントの修正
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
Dim pdf_file_path As String
|
|
3
3
|
pdf_file_path = "C:\test2.jpg"
|
|
4
4
|
|
|
5
|
-
'ファイルサイズが0バイトの場合も処理終了
|
|
6
5
|
Dim pdf_size As Long
|
|
7
6
|
pdf_size = FileLen(pdf_file_path)
|
|
8
7
|
|