質問するログイン新規登録

回答編集履歴

1

追記

2020/09/08 07:55

投稿

sazi
sazi

スコア25430

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)