Chris Macro
Well-known Member
- Joined
- Nov 2, 2011
- Messages
- 1,345
- Office Version
- 365
- Platform
- Windows
I'm trying to figure out how to populate an Array in Word with each item containing a string of text and separated by a Return keystroke.
For Example:
Text in Word:
I walk my dog
I walk my cat. Hello!
Goodbye
Array Created in VBA:
Array("I walk my dog", "I walk my cat. Hello!", "Goodbye")
For Example:
Text in Word:
I walk my dog
I walk my cat. Hello!
Goodbye
Array Created in VBA:
Array("I walk my dog", "I walk my cat. Hello!", "Goodbye")