[RESOLVED] VB.net 2005 Excel Addin - add menu item
Hi,
Im hoping this is quite simple but I cant seem to find anything for it.
(ive done this in outlook but im havig no joy in excel)
Im trying to add in a button to the menu in excel 2007 usig an office ddin
Code:
Private Sub ThisAddIn_Startup(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Startup
' Start of VSTO generated code
Me.Application = CType(Microsoft.Office.Tools.Excel.ExcelLocale1033Proxy.Wrap(GetType(Excel.Application), Me.Application), Excel.Application)
' End of VSTO generated code
End Sub
Re: VB.net 2005 Excel Addin - add menu item
Re: VB.net 2005 Excel Addin - add menu item
Hi
Is this addin express something you pay for ?
Re: VB.net 2005 Excel Addin - add menu item
resolved
Add new item - ribbon :D