I want to take some of the tedium out of a specific search I am performing. I want to select text then hit the macro which will take the text and insert it into a url and then open a new Safari window and insert the URL and perform the search.
example URL:
https://www.example.com/search/top/?q=My_Selected_Text
I assume I need to use a variable to store the selected text. Can someone get me started on this or point me to a post that nails it.