Search Google for Clipboard Contents (or Excel list)

Discussion, questions and support.
Post Reply
aparis99
Posts: 5
Joined: Nov 22nd, ’22, 04:57

Post by aparis99 » Nov 22nd, ’22, 05:02

Hello, new to the software and hope to figure this out.

I have a growing list of addresses in a spreadsheet. I'd like to copy and address and make a hotkey to search Google for the address, or my preferred option would be to select 4-5 addresses in a column at a time, and kick off new Google search tabs for each cell.

Is this possible?
Thanks in advance!
AP
User avatar
Tom
Posts: 791
Joined: Nov 24th, ’15, 23:39

Post by Tom » Nov 22nd, ’22, 16:50

This will open the Google search results for each line in the clipboard:

Type: Command

Code: Select all

loop, parse, clipboard, `n
	run, https://www.google.com/search?q=%A_LoopField%
aparis99
Posts: 5
Joined: Nov 22nd, ’22, 04:57

Post by aparis99 » Nov 23rd, ’22, 00:50

Works great, thanks for the quick and accurate info. Hope to keep finding potential time-savers with FastKeys.
Post Reply