Does anyone know how to pass a VB string variable into a Word Doc and print and close the Doc file?
Ex.
Dim strFirstName As String
strFirstName = "Jim"
**********Word Doc Ex.***
Dear {strFirstName},
Blah blah blah blah
Thanks
Blah
**********After strFirstName is passed, print then close***
If anyone can lead me in the right direction I would appreciate it.
Thanks
Newbie Jim