質問編集履歴
1
※部分を追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -68,7 +68,7 @@
|
|
68
68
|
|
69
69
|
If strExtension = "pdf" Then
|
70
70
|
|
71
|
-
tmpname = Replace(tmp,".pdf","")
|
71
|
+
tmpname = Replace(tmp,".pdf","") '※ファイル名に不要な「.pdf」が入ってしまうため削除しています。
|
72
72
|
|
73
73
|
|
74
74
|
|