I know it is not appropriate to ask this question here but since I am too desperate that I can't find the answer in any other place, so I want to try here.
My question is in excel, I can do the following:
Sub find()
Set f = Range("A1:A10").find("Happy", LookIn:=xlValues, lookat:=xlWhole)
MsgBox f.Address
End Sub
How can I do the same in order to get the "address" of a word in MS word?
Thanks
My question is in excel, I can do the following:
Sub find()
Set f = Range("A1:A10").find("Happy", LookIn:=xlValues, lookat:=xlWhole)
MsgBox f.Address
End Sub
How can I do the same in order to get the "address" of a word in MS word?
Thanks