About 7,810 results
Open links in new tab
  1. Push SharePoint Content To Excel Spread Sheet

    Feb 10, 2017 · What I'm trying to do is to have this function that is going throughout all SharePoint subsites, libraries, lists and then to get the list name, url and if versioning is enabled, or …

  2. C# Excel Range's HorizontalAlignment Not Working

    Nov 1, 2016 · The language being used is C# and unfortunately that is not the case. I wish it was that easy. All the values are cleaned before being entered into the PivotTable. It just doesn't …

  3. C# how to tell if Excel cell is formatted as a date

    Jun 26, 2010 · I'm trying to determine whether the cell data that I'm retreiving from Excel is in a date format. I've added the Microsoft Excel 11.0 Object Library as a reference to the project, …

  4. System.Reflection.AmbiguousMatchException: The current request …

    May 19, 2013 · Imports System.Net Imports System.Web.Http Public Class HomeController Inherits Controller ' GET /Home Public Function Index () As ActionResult Return View () End …

  5. ExcelMDX in SSAS - social.msdn.microsoft.com

    Oct 31, 2011 · You tend to use the excelmdx assembly in function calls to extend the builtin functions in mdx. For example (to show the position of 'a' in the customer name),

  6. Pivot tables in Excel from Access VBA - social.msdn.microsoft.com

    May 20, 2013 · The code itself is a straight conversion from a recorded Excel VBA macro, with some tweaking on my part to make it run via Access VBA (creating the Excel.application …

  7. Adding fields to a recordset - social.msdn.microsoft.com

    Aug 1, 2014 · An alternative to coming up with an expression that does what the function does would be to use a make table query to create a temp table with the extra field. Then you can …

  8. Converting numbers to words macro ... - social.msdn.microsoft.com

    Jun 16, 2015 · Question 0 Sign in to vote Hello, I would like to know if anyone has created a macro that converts numbers to words as follows: From: To: 123 One Hundredth and Twenty …

  9. Some cells get calculated when F9 is pressed, others do not

    Jul 22, 2014 · It uses the parameters to issue a web service request, once data comes back, MyUDF updates the Excel cell with value. If the formula did not recalculate, users can click a …

  10. OleDB incorrectly returning DBNull for an Excel Column

    Oct 7, 2021 · I'm having problems accessing values in an Excel spreadsheet column which contain a ; delimiter. If there is only one value in the column, then it is correctly returned …