回答編集履歴

1

修正

2020/02/04 04:36

投稿

mattuwan
mattuwan

スコア2136

test CHANGED
@@ -1,8 +1,10 @@
1
1
  ```ExcelVBA
2
2
 
3
- private UniPageN As Long: UniPageN = 0 'ページ数
3
+ private UniPageN As Long
4
4
 
5
5
  Sub mergePDF(stPg As Long,
6
+
7
+ UniPageN = 0 'ページ数
6
8
 
7
9
  ```
8
10
 
@@ -14,6 +16,6 @@
14
16
 
15
17
 
16
18
 
17
- https://www.sejuku.net/blog/74359
19
+ [【ExcelVBA入門】変数の適用範囲(Dim・Public)について徹底解説!](https://www.sejuku.net/blog/74359)
18
20
 
19
- http://officetanaka.net/excel/vba/variable/05.htm
21
+ [変数の適用範囲](http://officetanaka.net/excel/vba/variable/05.htm)