Search results

  1. M

    Hyperlink String to mail service

    I was able to add this to a commnad button and it works perfect. Now I just realized that I have other tracking numbers that are not for this vendor. Instead of adding a command button for each vendor is there an easier way to do this? Private Sub Track_Click() On Error Resume Next...
  2. M

    Hyperlink String to mail service

    Hello, I have a form where I am entering a mailing tracking number for a client order. Is it possible to have a code "on click" and use the number to track it on the website of the appropiate service provider?
  3. M

    Convert numbers to text

    Thank you very much Bob! this works perfect!
  4. M

    Convert numbers to text

    Hello, I have a 17 alphanumeric number that I need to convert into text and add a space in between. For example: ABC1289056DWERT90 It should look like: A B C ONE TWO EIGHT NINE CERO FIVE SIX D W E R T NINE CERO Is there a function that can help me automate this? Thank you
Back
Top Bottom