質問編集履歴
1
エラー位置の明確化
title
CHANGED
File without changes
|
body
CHANGED
@@ -30,6 +30,7 @@
|
|
30
30
|
'Changeイベントのコードでございます。
|
31
31
|
Private Sub Worksheet_Change(ByVal Target As Range)
|
32
32
|
|
33
|
+
'下記の「NAMEdictionary」の部分でエラーが出てしまいます。
|
33
34
|
Cells(Target.Row, Target.column + 1) = NAMEdictionary(Target.Value)
|
34
35
|
|
35
36
|
End Sub
|