What is the VBA code/method to parse an excel worksheet.
I am searching in various places to find the code/method to parse worksheet1 and once the specific keyword is found, I need to grab what is after the keyword and a comma and two spaces <example: Keyword, 12345.34>. And place 12345.34 into worksheet2.
Is the method parseLine? I have been working with the parseLine method, but I am not having luck..
Thanks.
I am searching in various places to find the code/method to parse worksheet1 and once the specific keyword is found, I need to grab what is after the keyword and a comma and two spaces <example: Keyword, 12345.34>. And place 12345.34 into worksheet2.
Is the method parseLine? I have been working with the parseLine method, but I am not having luck..
Thanks.