Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Show values in Word

Status
Not open for further replies.

markt

MIS
Sep 7, 1999
76
GB
How can I show information from a macro in a word document? For example if I have a string called FName = Fred how can I add that in the actual Word Document?

Thanks
Mark
 
Hi markt,

Rather depends on exactly what you want, but an easy way is to use ..

Code:
Selection.TypeText FName

.. to add it at the insertion point.

Enjoy,
Tony
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top