About 3,260 results
Open links in new tab
  1. Parse Table in Email Body to Excel - social.msdn.microsoft.com

    Apr 19, 2018 · The first row has the cells merged as a sort of header, and the second row has 2 columns where multiple lines of data are stacked in a single cell. I would like to parse the data …

  2. Looping through rows of a single excel column and adding values …

    Oct 4, 2011 · I am required to loop through an excel spreadsheet and get the values out of one column and place them in the same row but a different column based on some functions that I …

  3. mvc5 inline table row insert, insertCell bind model data with …

    May 5, 2014 · I would like to use MVC model validation when I create a new row in a table using javascript.

  4. Insert Gridview data into sql table - social.msdn.microsoft.com

    Oct 7, 2021 · I have a gridview that I load with data from an Excel spreadsheet when the user pushes a button. I then want another button that would insert all the data from the gridview into …

  5. Strange intermittent foreign key violation

    Dec 21, 2011 · I am experience an intermittent foreign key violation. The scenario is that three tables each with a primary key that is and identity column with a one to many relattion. For …

  6. How to return multiple values vertically of a lookup using VBA?

    Nov 7, 2019 · I've got an excel file in which there is a table with two columns Name & Age. Now some of the Name have multiple values in Age column. How do I get all of the values (each …

  7. Translating multiple cells in Excel - social.msdn.microsoft.com

    Dec 2, 2015 · I'm currently translating an excel document consisting of two columns with many cells. Column A contains the source langauge, while column B is where the translations are …

  8. Programatically Insert Excel Worksheet into PowerPoint in asp.net

    Feb 18, 2013 · I am programmatically creating an Excel workbook in a asp.net web application (in C#), that contains a table of data and a chart which represents the data (in a single …

  9. Excel row used range - social.msdn.microsoft.com

    Jul 6, 2007 · 2. UsedRange Property returns a Range object that represents the used range on the specified worksheet. This example adjusts the row height and column width for the used …

  10. Multi-row Data Entry - social.msdn.microsoft.com

    May 2, 2012 · We've been asked to create a multi-row data entry function for a proprietary back-end system. The backend system provides some proprietary dll’s to import data and we've …