chuckchuckit
Well-known Member
- Joined
- Sep 18, 2010
- Messages
- 541
How would I for instance populate the cells for a header using one word each per cell?
Does each word need to be comma delimited, or is there a loop that can easily pull them out per cell?
Couldn't find anything in my searches so thought I would ask here.
Thanks.
Chuck
Code:
Dim MyString
MyString = "These are the header words to go one word in each cell of same row."
Couldn't find anything in my searches so thought I would ask here.
Thanks.
Chuck