
how to disable Excel cell ( or range) from C#
Aug 18, 2011 · I am working on an Add in for excel 2007 writte in C# 3.5. This addin will display financial information in excel, and also provide a UDF which users can use to enter …
Vsto addin user settings not being persisted after excel update.
Jun 28, 2017 · Our company has a excel vsto addin and we are storing few user details in .net user settings. I located user.config file in AppData\Local\Microsoft_Corporation\<addin name …
Merged Cells Problem in Excel Export - social.msdn.microsoft.com
Sep 21, 2011 · I have a basic matrix report but whenever I export this report to Excel, some of the cells end up becoming merged. Is there any way to avoid this using Reporting Services …
How to add code to a self generated excel sheet
Jul 6, 2009 · The above needs the reference to Microsoft Visual basic for extensibility ticked under tools - references on the VBE menu. The code can either be added from a string as above or …
How to disable "Excel is waiting for another application to …
Jun 28, 2015 · In my C# Excel VSTO application, I'm use/run another application in my excel add-in and wait to complete it (it takes approximate 5 mins or more time to complete the process). …
Export Excel Chart to OneNote - social.msdn.microsoft.com
Jul 19, 2017 · Use Excel VBA to copy the chart and paste it into OneNote. - I couldn't find an option in OneNote's API to paste from the clipboard. Use Excel VBA to export the chart as an …
Export query result to multiple excel sheets using SSIS
Nov 16, 2018 · I want to export data from multiple select statements to different tabs in the same excel file (each select result on a different tab) using SSIS package. Can someone help me …
can't import Excel into Visual Basic - social.msdn.microsoft.com
May 26, 2007 · I also have the same requirement , that is populate an excel spread-sheet through visual basic , but the same problem persist for me also , I tried the link Jonathan Aneja have …
In C#, how can I create a table in excel from a range of cells?
Feb 4, 2010 · In my C# program, I'm creating an excel file (using Microsoft.Office.Interop.Excel). In this excel file, I'd like to be able to create a table over a range of data.
How can I undo from the worksheet I'm on?
Nov 15, 2018 · The ribbon should apply to the current file. Having an undo stack for each file would be very useful, and Excel already dumps the undo history on certain operations anyway, …