I managed to get my text to the clipboard now I am trying to figure out how to compare it two different options. i know the goto is not good but I'm not sure a different way to do it.
If clipboard text = "this" then goto line 4
If clipboard text = "that then goto line 5
If clipboard text = "anything else" give error message box
Thanks for any input!
Happy New Years!!!
If clipboard text = "this" then goto line 4
If clipboard text = "that then goto line 5
If clipboard text = "anything else" give error message box
Thanks for any input!
Happy New Years!!!
Comment