Recent content by learning321A

  1. L

    Automatically Insert Recipient Name from To Field

    Hoping someone smarter than me can take a look here! =)
  2. L

    Automatically Insert Recipient Name from To Field

    Hi Diane, hoping you will take a look at this. I have gotten everything to work now with a macro I have put together using your info along with other info and some of my own, trying to get to a specific end point for my users. The one piece I am missing now is how to get the reply to pull the...
  3. L

    Automatically Insert Recipient Name from To Field

    Yay, I got that to work, woot woot!! Is there a way to get this signature piece to be input into the after reply sub somehow? So basically, it would say dear blah blah, then insert the signature. Also, I did try some if stmts to get the names to separate out but could not get that part to work.
  4. L

    Automatically Insert Recipient Name from To Field

    Thanks, I will give that a shot. Do you know what this issue means? I got an error saying file not found on this line: Set objSignatureFile = objFSO.OpenTextFile(strSigFilePath & "My Sig.htm") I found the path and the sig file names and tried to change My Sig.htm to the actual names.htm but...
  5. L

    Automatically Insert Recipient Name from To Field

    Hmm, I might have figured out a part of this....but ran into a different issue. Is there an item I can use other than the strTO, so I can call out each alias one by one? StrTO seems to pull the entire line of all people. Is it possible to just pull one name? That way I could insert things...
  6. L

    Automatically Insert Recipient Name from To Field

    Thanks, I tried to use this, but got an error saying file not found on this line: Set objSignatureFile = objFSO.OpenTextFile(strSigFilePath & "My Sig.htm") When you say to use the getcurrentitem function, how do I do that...do I copy and paste that somewhere? Sorry, still trying to learn!!
  7. L

    Automatically Insert Recipient Name from To Field

    Yup, that worked once again your awesomeness. Next question...Could this functionality be incorporated further? Like, could it call a template and THEN insert the greetings? Or, perhaps better, could it run as it does now, but then ALSO call a specific signature and insert it? That one...
  8. L

    Automatically Insert Recipient Name from To Field

    Awesome awesome awesome!!! Holy schneikes, it worked!! =) Yay! :):D You are the best, thank you so much! Noone else on the net could give an answer on this. You must be the only true Outlook VBA expert out there, thank you for sharing your knowledge with the rest of us. With this code, I...
  9. L

    Automatically Insert Recipient Name from To Field

    Okay, I have been trying, and I added that piece as well but it still does not do anything. no errors, but when I hit reply or reply all, nothing changes. I tried to add a picture here but it only lets me add urls. I have this code all in the ThisOutlookSession box. What am I doing wrong? I...
  10. L

    Automatically Insert Recipient Name from To Field

    Ok thanks, so sorry again, you clearly know this stuff! I, however, do not but am trying to keep up with you! When you say kick start the auto start macro, what do you mean? Should this just work when I hit reply all, inserting the names? Then, when you say i can run that other code, is...
  11. L

    Automatically Insert Recipient Name from To Field

    Okay, I read what you wrote and I think I added that word library. But still nothing happens. When I go into the VBA editor and try to run it directly, i get this error: run time 424: Object required.
  12. L

    Automatically Insert Recipient Name from To Field

    Hi, I am sorry, I am not sure what this means: You need to set a reference to the the word object model. If I do that, should my outlook now start pulling in the names with replies?
  13. L

    Automatically Insert Recipient Name from To Field

    When I try to run the macro directly, it gives a compile error: User-defined type not defined. It highlights this line in blue: olDocument As Word.Document Is that a problem?
  14. L

    Automatically Insert Recipient Name from To Field

    Okay, so I put it into the ThisOutlookSession as you pointed out. I saved and closed Outlook, then restarted it. Should it do something now automatically? I tried to click reply but nothing was different.
  15. L

    Automatically Insert Recipient Name from To Field

    Thanks, sorry, please understand I am new to all this, and do not quite get this. Much of this is far different from how I would code in excel! Where would the if.recipients piece go? Would this all be in a module? I tried to copy/paste this code but it says I need an object for the Set...
Back
Top