A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

How Do I Button?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old July 12th 07, 06:15 PM posted to microsoft.public.outlook.program_vba
Todd Walton
external usenet poster
 
Posts: 4
Default How Do I Button?

I need to create a special button in Outlook 2007. When clicked it
should rewrite the subject header of the email being composed, and
then send the email. Which way should I be headed?

I was looking into VSTO for a while, but someone said it's still a
little unstable and I can't seem to find many books on it anyway.
Every book on Outlook programming in my local Borders talks
exclusively about VBA and doesn't even *mention* VSTO. So maybe I
should go with VBA?

Would this be a macro thing? Create a macro written in VBA? I think
I read somewhere that you can make a button that activates a macro.

Where's my square one?

-todd

Ads
  #2  
Old July 12th 07, 08:11 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default How Do I Button?

Is this just for yourself? If so go with a VBA macro. If it's for
distribution then VBA is not the way to go.

VSTO is nice and interesting to work with but is a bear to get everything
just right, is limited to Office 2003 Professional or above and Office 2007
and if you support the ribbon then the code has to be developed on an
Outlook 2007 machine with VSTO 2005 SE installed. Deploying VSTO addins can
be done but is a bear to get everything exactly right, especially the
installer custom actions in SetSecurity that are needed to get the managed
code to set security correctly and be able to run.

For Outlook 2007 in an open email you would really want to handle the ribbon
unless you want to use a CommandBarButton and have it stuck in the AddIns
tab. Unfortunately if you want to do ribbon code you must use an addin, VBA
cannot be used for Outlook ribbon code.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Todd Walton" wrote in message
ups.com...
I need to create a special button in Outlook 2007. When clicked it
should rewrite the subject header of the email being composed, and
then send the email. Which way should I be headed?

I was looking into VSTO for a while, but someone said it's still a
little unstable and I can't seem to find many books on it anyway.
Every book on Outlook programming in my local Borders talks
exclusively about VBA and doesn't even *mention* VSTO. So maybe I
should go with VBA?

Would this be a macro thing? Create a macro written in VBA? I think
I read somewhere that you can make a button that activates a macro.

Where's my square one?

-todd


  #3  
Old July 17th 07, 04:30 PM posted to microsoft.public.outlook.program_vba
Todd Walton
external usenet poster
 
Posts: 4
Default How Do I Button?

On Jul 12, 1:11 pm, "Ken Slovak - [MVP - Outlook]"
wrote:
Is this just for yourself? If so go with a VBA macro. If it's for
distribution then VBA is not the way to go.


It is for distribution. Is it really that hard to distribute VBA? I
have control of all machines. Could I not script installing it?

Deploying VSTO addins can be done but is a bear to get everything exactly right


So, I distributing a VBA macro is much too difficult and distributing
a VSTO addin is very difficult.

VBA cannot be used for Outlook ribbon code.


Oh. I figured I'd be able to add to the ribbon a button that runs a
macro. Hmm...

-todd


  #4  
Old July 18th 07, 02:59 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default How Do I Button?

The story for deploying code is not something that MS has done very well.

For VBA code you would have to either export the module the code is in and
then import it on each computer or copy the entire VbaProject.OTM file
(where the VBA lives). Doing that will overwrite any macros the users
already have. Importing a module can't be scripted that I know of.

For any managed code addin you have to get the security right, among other
things. You can use a VSTO addin but you have to follow the deployment
walkthrough almost word for word and you would need a separate VSTO addin
for Outlook 2003 and for 2007 and your 2003 addin would require Office 2003
Professional or above.

If you want to do Ribbon support for Outlook your options are limited to a
managed shared addin or VSTO addin or an addin in unmanaged code using VB6
or Delphi or C++ or something like that.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Todd Walton" wrote in message
ups.com...
On Jul 12, 1:11 pm, "Ken Slovak - [MVP - Outlook]"
wrote:
Is this just for yourself? If so go with a VBA macro. If it's for
distribution then VBA is not the way to go.


It is for distribution. Is it really that hard to distribute VBA? I
have control of all machines. Could I not script installing it?

Deploying VSTO addins can be done but is a bear to get everything exactly
right


So, I distributing a VBA macro is much too difficult and distributing
a VSTO addin is very difficult.

VBA cannot be used for Outlook ribbon code.


Oh. I figured I'd be able to add to the ribbon a button that runs a
macro. Hmm...

-todd



 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
add macro button fileman Outlook and VBA 1 April 10th 07 07:26 PM
delete button Debbie Outlook Express 4 October 10th 06 10:36 PM
button on toolbar Pam Coleman Outlook - Using Forms 3 August 22nd 06 06:43 PM
Button location in button bar Leah Ann Add-ins for Outlook 1 August 11th 06 03:16 PM
Add others button unavailable Cindy Outlook - Calandaring 7 January 25th 06 06:24 PM


All times are GMT +1. The time now is 06:41 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.