Hi
I have an excel file that have data in it and I want to do text to column whereby the result (as screenshot) would add a new column (“Team ID”) with the team ID and removing the brakcets “(” and “)”.
Additional question: If the original column is not in Column A? Can this work if the column that I want to do text to column is in Column D.
Regarding the additional question, the answer is yes. You can make reference to a datatable column by its name.
It looks like: yourDT.Rows(yourDT.Rows.Count-1)("Team Members") - this is if you would like to add a new record at the bottom of a table which has the “Team Members” column