質問編集履歴

2

誤字

2018/08/09 14:08

投稿

yutan
yutan

スコア8

test CHANGED
File without changes
test CHANGED
@@ -172,7 +172,7 @@
172
172
 
173
173
 
174
174
 
175
- Me.cmb栄養士.List = Range("担当者").Value
175
+ Me.cmb担当者.List = Range("担当者").Value
176
176
 
177
177
 
178
178
 

1

誤字

2018/08/09 14:08

投稿

yutan
yutan

スコア8

test CHANGED
File without changes
test CHANGED
@@ -240,7 +240,7 @@
240
240
 
241
241
  '担当者セル
242
242
 
243
- .Cells(ActiveRow, 9) = Me.cmb栄養士.Text
243
+ .Cells(ActiveRow, 9) = Me.cmb担当者.Text
244
244
 
245
245
  End With
246
246