Can I use VBA to create an Outlook Add-in like Xobni?

ronald_adi

New Member
Joined
Aug 3, 2008
Messages
1
Hi! I am new to programming and want to learn a language. But I actually want to learn it because i want to build an Outlook add-in that does some basic email sorting and be able to connect to a financial database.

But most importantly I would like the look and feel and behaviour of the add-in to be similar to a program like Xobni.

So my question is,.. can i use VBA for this? Or do i need C++ or something else.

Ronald
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
I don't know what Xobni is, but you can't build an add-in in VBA unless you have one of the Office Developer editions (available for Office 97-XP), which allow you to compile the VBA into a dll. Otherwise, you will need a compiled language like VB proper (6 or one of the .Net versions) or a C language.
HTH
 
Upvote 0

Forum statistics

Threads
1,216,337
Messages
6,130,109
Members
449,558
Latest member
andyamcconnell

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top