roscoe
Well-known Member
- Joined
- Jun 4, 2002
- Messages
- 1,062
- Office Version
- 365
- Platform
- Windows
- MacOS
What I need to do:
1) Collect random data throughout a work book
2) Merge selected pieces of this data into text strings
3) Write to a word Document with certain formats
I can deal with the first two although not sure how yet (kinda depended on how I had to do step 3). I suspect that I will collect everything into an array, and then write each line to Word witht ehdesired format.
Not sure how to handle the 3rd step. Let's say I have a multiple strings of text that I want written to a new Word document, with selected lines in a bold, red font. How would I do that?
Thanks!
1) Collect random data throughout a work book
2) Merge selected pieces of this data into text strings
3) Write to a word Document with certain formats
I can deal with the first two although not sure how yet (kinda depended on how I had to do step 3). I suspect that I will collect everything into an array, and then write each line to Word witht ehdesired format.
Not sure how to handle the 3rd step. Let's say I have a multiple strings of text that I want written to a new Word document, with selected lines in a bold, red font. How would I do that?
Thanks!