Hi All,
Which version of VBA SDK should be used to build Add-in for Office 2007 developed in VC6.
regards
Priyanka
Visual Studio Tools for Office
Hi All,
Which version of VBA SDK should be used to build Add-in for Office 2007 developed in VC6.
regards
Priyanka
Priyanka
This forum explicit target VSTO so please have a look at the following URL to find a more appropiate forum:
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=174275&SiteID=1
I use VBA SDK 6.4 but I'm not sure if MSFT has relased a more recent version.
Do you need to have a VBA SDK to develop COM Add-In in C++
I did not think so - all you need is to implement IDTExtensibility2 interface.
To import your interface you can either use:
#import "c:\program files\common files\designer\msaddndr.dll"
or the following path independent version of same import (copied from this post by Mr. Whitechapel who has done couple of C++ COM Add-ins for Office).
#import "libid:8ABE10B3-E686-4c81-8F15-866EF405B4C9" raw_interfaces_only named_guids