L
Lola
Hello everybody:
I have been working in Access XP with ADO and VBA. It's simple, using
the ADODB object all the work is done. I'm trying to do the same with
VBA in Word XP, but I'm in trouble, because there's no ADODB object in
Word XP. VBA says to me that "User defined type doesn't defined"
(translated from Spanish) in the line that says "Dim Cnx As
ADODB.Connection".
I think I can use ADO with Word (Access can, why can't Word?), and
maybe that's the mistake.
Question is, if I can use ADODB with Word and VBA, which is/are the
object/s that I must use? Of course, I'm looking in the Help of VBA,
but I haven't found something (Maybe I'm blind :-? ).
Thanks anyway.
I have been working in Access XP with ADO and VBA. It's simple, using
the ADODB object all the work is done. I'm trying to do the same with
VBA in Word XP, but I'm in trouble, because there's no ADODB object in
Word XP. VBA says to me that "User defined type doesn't defined"
(translated from Spanish) in the line that says "Dim Cnx As
ADODB.Connection".
I think I can use ADO with Word (Access can, why can't Word?), and
maybe that's the mistake.
Question is, if I can use ADODB with Word and VBA, which is/are the
object/s that I must use? Of course, I'm looking in the Help of VBA,
but I haven't found something (Maybe I'm blind :-? ).
Thanks anyway.