link

  1. D

    launching a link in google

    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.
  2. G

    Outlook item link

    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 &...
Back
Top