Excel add-ins are self-contained programs that extend or add functionality to Microsoft Office Excel.
I've this code : OracleConnection con = new OracleConnection("data source=localhost;user id=fastecit;password=fastecit"); con.Open(); string sql="Select …
c# oracle excel-addinsI have a pivot table which contains the "CoB Date" field as shown. I am trying to create a macro …
vba excel excel-addinsI've written an Microsoft Excel add-in in .NET using Add-in Express, and deployed it to about 50 different user sites, all …
excel excel-addinsI am trying to create a new instance of Excel using VBA using: Set XlApp = New Excel.Application The problem …
excel vba excel-addinsI was tasked with writing a real-time Excel automation add-in in C# using RtdServer for work. I relied heavily on …
c# vsto excel-addins rtd excel-udfI have an Excel Automation Add-in that is registered with COM by my installer. By registering with COM, my add-in …
excel registry excel-addins rtd vbaI want to use a System.Windows.Forms.Timer to ensure that an event fires on the UI thread of …
c# multithreading com timer excel-addinsI am using Excel 2010 to query MS SQL databases and other Excel files to import data. I have set different …
excel excel-2010 excel-addins exceldatareader vbaI have attempted to add functionality to an excel add-in ave been developing which trims the leading spaces at the …
excel excel-addins vbaI'm trying to create some conditional formatting at runtime (huzzah) for an add-in (double huzzah), and have found that, apparently, …
excel excel-addins vba