回答編集履歴
1
修正
test
CHANGED
@@ -4,6 +4,6 @@
|
|
4
4
|
|
5
5
|
```vba
|
6
6
|
|
7
|
-
Set rng = st.Cells.Find("xxx",
|
7
|
+
Set rng = st.Cells.Find("xxx", xlValue, xlWhole)
|
8
8
|
|
9
9
|
```
|