回答編集履歴
1
追記
answer
CHANGED
@@ -3,4 +3,7 @@
|
|
3
3
|
変数名 = "○○¥" & Format(Now, "yymm") & "○○¥_○○.xlsx"
|
4
4
|
|
5
5
|
pivotCashes.Create(........., SourceData:="........◯◯!R3C1:R" & 変数 & "c22", Version:=6)
|
6
|
-
```
|
6
|
+
```
|
7
|
+
以下参考
|
8
|
+
[文字列の結合](https://www.officepro.jp/excelvba/basic/index7.html)
|
9
|
+
[第14回.文字の結合(&アンパサンド)と継続行(_アンダーバー)](https://excel-ubara.com/excelvba1/EXCELVBA314.html)
|