I am not familiar with building a COM addin as in the past I have been able to build all my tools in VBA. Does anyone out there have suggestions for converting this code into a form that is able to run in outlook 2003, and 2007? Also I would like to have a button show up on the menu bar that when clicked executes this code
Sub RunMyForm() Dim appAccess As Access.Application Set appAccess = New Access.Application appAccess.Visible = True appAccess.Application.OpenCurrentDatabase ("C:\Users\me\Desktop\test.accdb") End Sub
Still looking for help on this?
You need something like VB.Net to create Comm addins. Is this for Outlook?
Hope that helps.
RoyUK
--------
If you are pleased with a member's answer then use the Star icon to rate it, if you are pleased enough to part with cash consider a donation to Children in Need
For Excel Tips & Solutions, free examples and tutorials why not check out my downloads
New members please read & follow the Forum Rules
Remember to mark your questions Solved and rate the answer(s)
Hi RoyUK - that was a question to the poster. :-)
I could give him some tips, but I just wanted to see if he was still needing help.
Why not post the tips anyway? It might help someone
Hope that helps.
RoyUK
--------
If you are pleased with a member's answer then use the Star icon to rate it, if you are pleased enough to part with cash consider a donation to Children in Need
For Excel Tips & Solutions, free examples and tutorials why not check out my downloads
New members please read & follow the Forum Rules
Remember to mark your questions Solved and rate the answer(s)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks