回答編集履歴
1
追記
test
CHANGED
@@ -5,3 +5,11 @@
|
|
5
5
|
Set rng = st.Cells.Find("xxx", , xlValues, xlWhole)
|
6
6
|
|
7
7
|
```
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
[Range.Find メソッド (Excel)](https://docs.microsoft.com/ja-jp/office/vba/api/excel.range.find)
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
> LookIn 省略可能 Variant 使用できるのは、XlFindLookIn 定数: xlFormulas、xlValues、xlComments あるいは xlCommentsThreaded のいずれかです。
|