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

質問編集履歴

1

ソースの修正

2020/09/21 03:09

投稿

icecleam
icecleam

スコア46

title CHANGED
File without changes
body CHANGED
@@ -91,7 +91,7 @@
91
91
  wsSet.Cells(lngRowsNo, 3).Value = .Cells(n, 3).Value
92
92
 
93
93
  '担当者が空白の時スキップする
94
- If Cells(n, 3) = " " Then
94
+ If Cells(n, 3) = "" Then
95
95
  n = n + 1
96
96
  End If
97
97