質問編集履歴

1

コードの追加

2018/03/11 12:22

投稿

kkkkuni
kkkkuni

スコア7

test CHANGED
File without changes
test CHANGED
@@ -18,13 +18,17 @@
18
18
 
19
19
  '部分一致検索は、検索条件を「*」で囲む
20
20
 
21
+ Cells(9, "A").Value = "*" & Cells(9, "A").Value & "*"
22
+
23
+ Cells(9, "B").Value = "*" & Cells(9, "B").Value & "*"
24
+
21
- 'Cells(9, "C").Value = "*" & Cells(9, "C").Value & "*"
25
+ Cells(9, "C").Value = "*" & Cells(9, "C").Value & "*"
22
26
 
23
27
  Cells(9, "D").Value = "*" & Cells(9, "D").Value & "*"
24
28
 
25
29
  Cells(9, "E").Value = "*" & Cells(9, "E").Value & "*"
26
30
 
27
- 'Cells(9, "G").Value = "*" & Cells(9, "G").Value & "*"
31
+ Cells(9, "G").Value = "*" & Cells(9, "G").Value & "*"
28
32
 
29
33
 
30
34