in the body of a message, I want to block/select text and right click/lookup and use google instead of bing
is this possible ?
I've searched what I think are all the options and it only wants to use bing and won't let me add a 'service'
thanks, david.
I have a procedure in Outlook VBA to create a link.
Sub ItemLink2Clipboard()
Dim URL As String
Dim DataToSave As New DataObject
Dim mySel As Outlook.Selection
Dim myItem As Object
Set mySel = Application.ActiveWindow.Selection
Set myItem = mySel(1)
URL = URL &...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.