Create an add in in VS 2008

  • Thread starter Thread starter JR
  • Start date Start date
J

JR

Hi,

Can someone help me to create an add in for excel 2003? some start
code maybe?

and how to activate the dll on another computer/colleague
 
Hi,

Can someone help me to create an add in for excel 2003? some start
code maybe?

and how to activate the dll on another computer/colleague

I'm not sure if Pro or Standard has it, but I know that Visual Studio
2008 Team Suite has a template for an Excel Add-in that should get you
started. If you don't have the template available, www.codeproject.com
might be a great place to search for some examples on doing it
manually.

Thanks,

Seth Rowe [MVP]
http://sethrowe.blogspot.com/
 
rowe_newsgroups said:
I'm not sure if Pro or Standard has it, but I know that Visual Studio
2008 Team Suite has a template for an Excel Add-in that should get you
started. If you don't have the template available, www.codeproject.com
might be a great place to search for some examples on doing it
manually.

Thanks,

Seth Rowe [MVP]
http://sethrowe.blogspot.com/

VS2008 has indeed an template. I have started with that. it start with
excel. but I can't distibuted it

The menu or buttons I make will only atach to macros and not to subs. Su I
stay a litle stuck

Jan
 
Back
Top