Hi Patrick
Thanks for your post.
We are trying to write initally some simple add-ins in VB .NET that:
1 - A toolbar button and context menu item in Outlook that Querys our SQL
Server database, runs a Stored Procedure and then saves the emails to a file
location returned by the Stored Procedure, finally automatically printing
the email and moving the email to a "Saved" folder in outlook.
- This will also fire upon sending an email to prompt the save to a file
location & printing
- This will be extended in the future to monitor the amount of time that
the user has spend viewing & writing the email to record the time
2 - A toolbar button in Excel that retreives information from selected cells
(and the cells next to it), shows a form which is partially populated by the
data from excel, the user completes the data which runs a Stored Procedure
and automatically prints a Crystal Report.
3 - A upgraded print macro in Word - previously written in Word Basic and
VBA mixture. This may be difficult as the add-in/macro repacement must be
executed by a VBA macro. A requirement of a 3rd party software that cannot
be changed.
Our first attempt was with outlook and we have had problems with the
Load/Unloading of the macro upon starting of outlook. I dont mind spending
a few ££ if it is going to make life much easier! It is just that the
budget cannot be huge as we are not a large company nor reselling the final
product.
PS: we are using VS 2003, but have access to VS 2005 Express and VB 2005
Express. All clients are currently running Office Professional 2003 and XP
SP2. We may in the future upgrade to Office 2007.
Many thanks for all your help.
B
Patrick Schmid said:
What are you trying to do for add-ins? VSTO might be an option for you
without having to spend money for Add-In Express.
Patrick Schmid [OneNote MVP]
--------------
http://pschmid.net
***
Outlook 2007 Performance Update:
http://pschmid.net/blog/2007/04/13/105
Office 2007 RTM Issues:
http://pschmid.net/blog/2006/11/13/80
***
Customize Office 2007:
http://pschmid.net/office2007/customize
RibbonCustomizer Add-In:
http://pschmid.net/office2007/ribboncustomizer
OneNote 2007:
http://pschmid.net/office2007/onenote
***
Subscribe to my Office 2007 blog:
http://pschmid.net/blog/feed
Hi
We need to create a few add-ins for our company for Outlook & Excel.
Having racked our brains a little when trying to create one for Outlook
we
are looking to simplify the process as much as possible (without spending
a
fortune as it is for in-house rather than commercial usage).
Getting to the point will
http://www.add-in-express.com/ make things
considerably easier?
Any input would be much appreciated.
Thanks
B