I am trying to get rid of the parenthesis and timestamps off the list. In order for me to search the list for the name entered into the addEmployee.click box, I can't have the paranthesis or else it will not do the if/else statement.
It's a google sheets form, and it automatically puts the time stamp in when it's entered into the form via code. Is there anyway to delete that from the list??
ABG, I used that getrange trick to enable me to only pull the names. I've also figured out the error and that's not showing up anymore. However, the parentheses are still showing up.
Also, there is only one column showing up now... No timestamps. The only issue is that the parentheses are still showing up around the name. Is there any code I can enter where it's like "when forWriting.GotText delete "(", ")""
No, I was talking about ABG's reply with a link to "Get range" from my sheet. I used the get range so now I have only the name, but the parentheses are still showing up.
You are getting a column of data back which is a list of lists (table). For the manner in which you are getting the data back you will need to extract each item from its row and add it to a new list in order to easily remove the parentheses