About 50 results
Open links in new tab
  1. VBA Code to Change vba code in excel 2010 modules as a add-in

    Mar 7, 2013 · I now need to create vba code that will search for several different strings of code in a specfic worksheet and then replace that string with a new one.

  2. Automatically responding to a message box using an Excel Macro

    Jul 24, 2008 · When running a Macro that uses the Excel "text to Columns" function (can be found in the "Data Menu"), a message box pops up asking "Do you really want to replace the contents of the …

  3. Copy last Excel column in VB.Net - social.msdn.microsoft.com

    Sep 4, 2013 · Using automation last column failed because column S is the last column as per Excel and the last row report by Excel is 2628. Long story short I used a guess to get at the last …

  4. Table to Outlook by VBA doesn't have bottom border

    Aug 6, 2012 · Everything works great except it doesn't include the bottom border. I am using Excel & Outlook 2007. What do I need to change to include the bottom border for the table.

  5. Export dataTable to Excel from C# - social.msdn.microsoft.com

    Apr 3, 2012 · Hi, for an easy and efficient export DataTable to Excel take a look at this Excel C# / VB.NET library.

  6. Creating a custom Tab using the Ribbon Designer

    May 5, 2011 · What I'm trying to do ultimately is replace some of the previous Excel VBA code that was very workbook-specific, and instead have it in visual studio with c# - then of course make it available …

  7. SSIS Package takes a long time to run

    Jul 28, 2015 · I built my first SSIS package. It takes 25 minutes to run. It pulls 3500 rows from a view (15 columns), converts to Excel data types, then updates one column of values using an expression, …

  8. SSAS Tabular : OLE DB or ODBC error : The Microsoft Access database ...

    Mar 15, 2015 · There are just too many things that can go wrong with Excel files, like people locking the file by leaving it open. Or changing the file by adding extra columns or putting string values in …

  9. How to handle ObjectDisposedException in C#?

    Nov 25, 2016 · CTDocumentWriter.WriteReportDoc (CompatibilityID);->Here CTDocumentWriter is a class from project name "Compatibility" as shown below.

  10. How to Overwrite an Excel sheet using SSIS or How to Delete data …

    Aug 28, 2012 · i facing a problem with Excel Sheet, when i running SSIS package at that time it appending the data to already existing data .but i want to overwrite the data or delete the data and …