Sign in | Join
Last post 06-27-2008 5:00 AM by Thomas Sun – MSFT. 1 replies.
Sort Posts: Oldest to newest Newest to oldest
Hi,
I want to create an Excel Add-In using framework 1.1. I'm sure its achievable. Can someone please throw in some pointers where i can look for info as to how to go about creating it.
your response would be greatly appreciated .
Thank you.
You can try to use Visual Studio Tools for Office Version 2003 (http://msdn.microsoft.com/en-us/library/aa192489.aspx) base on .Net Framework 1.1 to create Add in using Microsoft Office as a platform.
You also can refer to (Create an Automation Add-In for Excel using .NET) http://www.codeproject.com/KB/COM/excelnetauto.aspx.
I hope this helps.