About 11,200 results
Open links in new tab
  1. Creating a dynamic excel file - social.msdn.microsoft.com

    Mar 5, 2014 · Before the dataflow which writes to the dynamic excel target file, add in a Execute SQL task against the Excel connection manager to create the table (aka worksheet).

  2. XML to Excel - social.msdn.microsoft.com

    What I am trying to achieve is : for each <S_temp_06_SSSSSDDDDDDDDD> Element I want a row in Excel that will output <ID> element and Corodinates of the line string. For sample I am …

  3. Office (Excel) interop on Mac OSX using .NET Core?

    Dec 15, 2016 · I think Govert's right that there's a trend for "'real' Excel users to use the 'real' Excel", which in my experience often includes using Excel for Windows on Parallels on OSX, …

  4. lost collapsing columns when export to excel

    Nov 23, 2014 · Excel creates outlines that expand and collapse rows and columns across the entire row or column which can cause the collapse of report items that are not intended to be …

  5. Open a CSV file in Pocket Excel? - social.msdn.microsoft.com

    Jun 7, 2007 · Ok, have an application sitting on a pda, running Windows Mobile 5.0. This application (a stocktake module) creates data files in CSV format. So, I thought as an aid for …

  6. Disable Design Mode - Excel VBA - social.msdn.microsoft.com

    Oct 22, 2018 · For more information, please review the following links: vba code to turn off 'design mode' in excel application how to disable the design mode How to Disable the Design mode of …

  7. Dynamic excel connection string - social.msdn.microsoft.com

    Oct 5, 2018 · I have excel file as source, where the file name can be anything; so to fetch the data from the excel file, I wanted to create a dynamic excel connection string.

  8. How to add DatePicker in Excel AddIn Ribbon

    Dec 18, 2014 · Could any give some idea how can we add date picker control in Ribbon item in Excel Add-In. I created a user control and added the date picker, but any idea how to put this …

  9. Prevent editing the same cell in Excel Online

    Sep 18, 2016 · Do you use Excel Online in a SharePoint library or not? Office Online supports multiple users editing a document at the same time. Co-authoring in Office Online includes …

  10. FInd Top 3 values per Model in Excel VBA

    Jun 19, 2014 · I have a requirements in excel vba to find the top 3 values per model. The function below returns the top values, resp. an array of Range with the cells, but the numeric values …