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




Reply With Quote
