質問編集履歴

1

請求月を検索するための範囲指定の変更をしました。

2021/01/26 05:49

投稿

daifuku-mochi
daifuku-mochi

スコア9

test CHANGED
File without changes
test CHANGED
@@ -68,7 +68,7 @@
68
68
 
69
69
  Dim 請求月 As Range
70
70
 
71
- Set 請求月 = Worksheets("サンプル").Range("B2:B6").Find(What:= 入力月, LookAt:=xlWhole)
71
+ Set 請求月 = Worksheets("サンプル").Range("B1:F1").Find(What:= 入力月, LookAt:=xlWhole)
72
72
 
73
73
  If 請求月 Is Nothing Then
74
74