oh man i have so many programming problems today lol
basically i have my activecell, i just want to search for a "(" or "-". How would i do that, my thinking is all clouded now, i suppose i run a for loop, where i set my variable to check each character, and if character is "(" or "-" then do this else do that
im just having trouble visualizing how i would do that for cells that have different number of characters in them, should i use the len function so i know how many characters there are in the cell so that i can tell the loop to run that many times, or is there a simpler way to do that until you reach the end of the cell, thanks alot!!
basically i have my activecell, i just want to search for a "(" or "-". How would i do that, my thinking is all clouded now, i suppose i run a for loop, where i set my variable to check each character, and if character is "(" or "-" then do this else do that
im just having trouble visualizing how i would do that for cells that have different number of characters in them, should i use the len function so i know how many characters there are in the cell so that i can tell the loop to run that many times, or is there a simpler way to do that until you reach the end of the cell, thanks alot!!