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

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
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,215,761
Messages
6,126,735
Members
449,333
Latest member
Adiadidas

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