JoshuaKC29
New Member
- Joined
- Apr 20, 2019
- Messages
- 10
Hello,
I'm not sure how to accurately provide a summary of what I'm trying to accomplish. I'm trying to create a user form that builds a "text template" based off of what a user inputs into the form. In short, the excel sheet would read:
"Testing One Two Three" & vbnewline & vbnewline & "Did This Work"
I want that text to be put into my macro. So strTextFormat = (above text)
Is this possible? Is there a way to accomplish this?
I'm not sure how to accurately provide a summary of what I'm trying to accomplish. I'm trying to create a user form that builds a "text template" based off of what a user inputs into the form. In short, the excel sheet would read:
"Testing One Two Three" & vbnewline & vbnewline & "Did This Work"
I want that text to be put into my macro. So strTextFormat = (above text)
Is this possible? Is there a way to accomplish this?