Repetitive Subj line reply for Macro?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to be able to click a button (keyboard or toolbar) within Outlook (03)
that will first remove the reply subj line, and replace it with a pretyped
line of text. So anytime I 'read' a particular message that needs this subj
line applied, I can simply click and it will remove the subj line and put the
pretyped text in its place.

I've setup a Macro in VB for this, but cannot seem to go any further.

Any help greatly appreciated.

Thanks.
 
Roady said:
Where do you get stuck?

--
Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003


-----
Plug Guy said:
I want to be able to click a button (keyboard or toolbar) within Outlook
(03)
that will first remove the reply subj line, and replace it with a pretyped
line of text. So anytime I 'read' a particular message that needs this
subj
line applied, I can simply click and it will remove the subj line and put
the
pretyped text in its place.

I've setup a Macro in VB for this, but cannot seem to go any further.

Any help greatly appreciated.

Thanks.


What I could use is step by step info on how to enable the macro, how to tie
it to a specific keystroke or button, ...etc.
 
So you have a working code?

To sign your code see;
http://www.howto-outlook.com/howto/selfcert.exe

To create a button for it and ALT+KEY combinations see;
http://www.howto-outlook.com/howto/customizetoolbar.htm

For a worked out example see;
http://www.howto-outlook.com/howto/saveembeddedpictures.htm

--
Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003


-----
Plug Guy said:
Roady said:
Where do you get stuck?

--
Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003


-----
Plug Guy said:
I want to be able to click a button (keyboard or toolbar) within Outlook
(03)
that will first remove the reply subj line, and replace it with a
pretyped
line of text. So anytime I 'read' a particular message that needs this
subj
line applied, I can simply click and it will remove the subj line and
put
the
pretyped text in its place.

I've setup a Macro in VB for this, but cannot seem to go any further.

Any help greatly appreciated.

Thanks.


What I could use is step by step info on how to enable the macro, how to
tie
it to a specific keystroke or button, ...etc.
 
Roady said:
So you have a working code?

To sign your code see;
http://www.howto-outlook.com/howto/selfcert.exe

To create a button for it and ALT+KEY combinations see;
http://www.howto-outlook.com/howto/customizetoolbar.htm

For a worked out example see;
http://www.howto-outlook.com/howto/saveembeddedpictures.htm


Thanks...the first link is a 404 error page, dead link.

The rest is really good stuff, probably beyond my basic capabilities, but
I'm going to try to tackle it!

Many thanks!
 
Unfortunately I cannot write the code to get this done.

I am trying to do several steps once a reply is clicked:

1. Set outgoing message to HTML from Plain Text
2. Highlight and delete Subject Line
3. Paste into Subject line a pre-written line of text
4. Tab down to the message body to begin manually writing reply

I am at a loss as to what code is needed to do each of these steps. If you
have a guide that will take me through it, I would appreciate any help.

Thanks again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top