Recent content by cocolete

  1. C

    Outlook Forms: Validation

    Left("string ",13) That is how I have set up the validation. Saying to leave 13 characters starting from the left.
  2. C

    Outlook Forms: Validation

    I tried using both the LEN function to limit the characters and the LEFT function telling it to read only the "13" characters in this example. No matter what I write "ERROR" pops up which is supossed to appear only if the condition is not met.
  3. C

    Outlook Forms: Validation

    Hello, Apparently that is not what I needed. It was my error. I'm trying to make a validation that doesn't allow me to input anything over 13 characters. Any suggestions on whats the best way to make this happen? Thank You very much
  4. C

    Outlook Forms: Validation

    Also, Once I have a form created and have succesfully sent an e-mail through it (I'm in test phase so I sent it to myself) how can I export that data into excel? Right now I have to take and copy and paste each one individually. Thank You
  5. C

    Outlook Forms: Validation

    Hello, I currently have started using the "Designed Forms" option in outlook. I have created a form but I'm trying to create a "validation" that limits the number of characters (whether numbers or letters). I'm more of an excel user. In the Properties window, under the validation tab, I...
Back
Top