V
Vegard H. Villmones
Hi.
I'm working in access, and I want to open a doc in word, alter the
properties of some of the text there. These lines are where it doesn't work:
objWord.Selection.Find.Execute FindText:="Etter talen"
objWord.Selection.Font.Name = rs!overskrifterType
objWord.Selection.Font.size = rs!overskrifterStr
should find the string "Etter talen", right? but it doesn't, it finds the
last string I entered into the FindText-value. Any obvious reason why this
is happening?
Vegard
I'm working in access, and I want to open a doc in word, alter the
properties of some of the text there. These lines are where it doesn't work:
objWord.Selection.Find.Execute FindText:="Etter talen"
objWord.Selection.Font.Name = rs!overskrifterType
objWord.Selection.Font.size = rs!overskrifterStr
should find the string "Etter talen", right? but it doesn't, it finds the
last string I entered into the FindText-value. Any obvious reason why this
is happening?
Vegard