I have been looking for the answer on the boards but can't seem to find it.
What I am trying to do is this:
I have a VBA button that allows someone to input a name, this name is pre-formatted like this:
Lastname, Firstname
That is copied to a hidden column and used to pull data from a seperate excel document. The hidden column is B.
In Column C, I would like to use the information in Column B, but have it auto populate, and change the format to:
Firstname Lastname
That way the user, when setting up the spreadsheet, only needs to copy and paste the pre-formatted text in the input box and hit enter, and of course rinse and repeat for however many people they are placing on the sheet.
Thank you in advance!
What I am trying to do is this:
I have a VBA button that allows someone to input a name, this name is pre-formatted like this:
Lastname, Firstname
That is copied to a hidden column and used to pull data from a seperate excel document. The hidden column is B.
In Column C, I would like to use the information in Column B, but have it auto populate, and change the format to:
Firstname Lastname
That way the user, when setting up the spreadsheet, only needs to copy and paste the pre-formatted text in the input box and hit enter, and of course rinse and repeat for however many people they are placing on the sheet.
Thank you in advance!