Search results

  1. P

    Foward email to Trello without FW in subject and parce the text

    You rock Diane. Thank so much for your help. I just realized I didn't add move to folder in there.. I could run a rule to move them over to the folder and then run this script on everything that gets put in that folder unles you have a better option.
  2. P

    Foward email to Trello without FW in subject and parce the text

    Ah... ok so changed to myforward.to ="" and Now getting a run-time error '424': Object required Does the strResult (i) = "" need to have something in it? Here is the code just to make sure I didn't change something... Sub ForwardProjectcard() Dim olMail As Outlook.MailItem Dim Reg1 As RegExp...
  3. P

    Foward email to Trello without FW in subject and parce the text

    Well I thought I did but must not have taken it.. Now it is checked and I NOW get this error on the forward recipient part
  4. P

    Foward email to Trello without FW in subject and parce the text

    Ok here is what I have so far based on your suggestions and what I've been able to gleen from the websites.. It still gives me a compile error: User-defined type not defined Here is the code: Sub ForwardProjectcard() Dim olMail As Outlook.MailItem Dim Reg1 As RegExp Dim M1 As MatchCollection...
  5. P

    Foward email to Trello without FW in subject and parce the text

    Also can you explain how I could run it on a message to test it without it being in a rule. I didn't understand that part. Sorry for being slow. Ug.
  6. P

    Foward email to Trello without FW in subject and parce the text

    Ok but I'm not sure I know how to do it within the script :(
  7. P

    Foward email to Trello without FW in subject and parce the text

    Ok I put that into a new module and saved it as change subject forward. Then I created a new rule in outlook 2007 that looks like this: and it looks like the messages are moved to the service request folder and marked with the projects category but I don't see anything in sent box and nothing...
  8. P

    Foward email to Trello without FW in subject and parce the text

    This is what I was working on but i'm confusing to many different suggestions that I think I've got it messed up bad! Sub ChangeSubjectForwardandbody(Item As Outlook.MailItem) Dim oItem As Outlook.MailItem Dim Reg1 As RegExp Dim Reg2 As RegExp Dim M1 As MatchCollection...
  9. P

    Foward email to Trello without FW in subject and parce the text

    I've spent alot of time on that page and I'm just not sure it answers what I'm trying to do so let me rephrase. I don't think I need to pick up text specifically with the .Pattern = "Due Date\s*[:]+\s*([\w-]*)" because I want to capture everything after the "a summary of your request follows" to...
  10. P

    Foward email to Trello without FW in subject and parce the text

    I have read and tried to use several of the threads that you have already answered but not sure exactly what to do to put them all in the right order. I'm trying to auto forward using a rule to an email address that TRELLO gives for one of my project boards. The rule works because I can see...
Back
Top