If I'm running code from a word doc. how do I create a new word document
(Word XP). Then how would I copy strData to that document. Sometimes I need
to make strData Bold
Thanks,
ck

Re: Creating a new word document by Charles

Charles
Mon Feb 13 07:58:02 CST 2006

Uhm... What is StrData?
You create a new document with the Documents.Add function.
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.


"Charlie" <Charlie@discussions.microsoft.com> wrote in message
news:004707F6-9A9D-4A6F-9D86-64A6E0B04F3C@microsoft.com...
> If I'm running code from a word doc. how do I create a new word document
> (Word XP). Then how would I copy strData to that document. Sometimes I
> need
> to make strData Bold
> Thanks,
> ck