I am trying to figure out a way that I can make a UserForm that i can submit 5 lines of information into 1 TextBox and have it separate the information into cells. The information will always be in this format:
BOB ROSS
PAINTER
123 OAKTREE DR
SEATTLE, WASHINGTON 12345
(123)456-7890
I am looking to just be able to copy all of this information at one time from one page, paste it to the UserForm in txtInformation, Press btnSubmit, and have the information transpose into individual cells.
A1:BOB ROSS A2:PAINTER A3:123 OAKTREE DR A4:SEATTLE, WASHINGTON 12345 A5: (123)456-7890
Then after submission have the UserForm Reset ready for the next submission, while running excel in the background.
Is there a method I can use to achieve this, or is the only way to make individual TextBoxes for each field? Any assistance with this would be much appreciated.
BOB ROSS
PAINTER
123 OAKTREE DR
SEATTLE, WASHINGTON 12345
(123)456-7890
I am looking to just be able to copy all of this information at one time from one page, paste it to the UserForm in txtInformation, Press btnSubmit, and have the information transpose into individual cells.
A1:BOB ROSS A2:PAINTER A3:123 OAKTREE DR A4:SEATTLE, WASHINGTON 12345 A5: (123)456-7890
Then after submission have the UserForm Reset ready for the next submission, while running excel in the background.
Is there a method I can use to achieve this, or is the only way to make individual TextBoxes for each field? Any assistance with this would be much appreciated.