Is there a way to save form values after closing Outlook?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Aaron Lawrence
    New Member
    • Oct 2010
    • 2

    Is there a way to save form values after closing Outlook?

    I send emails many times a day. All of the formatting is identical every time, there are just some values that change. Currently I have VB code that, when launched, opens a form where I enter the dynamic data, then when I click OK, it builds my email and waits for me to review and click send. I love it, other than the fact that for every new job I have to go into the VB code and change all of the auto entered text that isn't on the form but is job specific. I could add those items to the form, but to re-enter it every time Outlook is shut down becomes more trouble than just changing the code as I do now.

    Ideally, I'd like to build a form where I enter job specific info that is saved until changed. That way, at the beginning of every job, I just open the form, change the info, and continue as I do now.

    If it is not possible to save values outside of runtime, is there a way I can use a text file as a source that I can update job info to, then recall by VB?
Working...