About 50 results
Open links in new tab
  1. Calculated measure and Grand totals in pivot tables

    Jun 23, 2011 · As you can see, the calculated measure "Sales_Rpt" does not add up correctly at the "Grand Total" level which is automatically placed there by the excel pivot table.

  2. External Table is not in the expected format

    Sep 11, 2014 · You just need to update the driver to say ACE12 to process newer Excel files. SSIS does have some quirks processing Excel, but it is because Excel is not a data interchange format, it is a …

  3. Excel VBA. Cannot add new series to chart programmatically

    May 28, 2015 · I don't follow, what does "user total count of data and chart series" mean, and why does it mean you can't reuse existing any series instead of deleting and adding a new series.

  4. Runtime Error 481 - 'Invalid Picture' - social.msdn.microsoft.com

    This works perfectly in Excel 2007 (vba 6.0), however when the same file is opened in Excel 2010 (VBA 7.0), I get frequent 'Runtime Error 481 Invalid Picture' errors.

  5. How to get a running total in a listbox - social.msdn.microsoft.com

    May 25, 2012 · I am having a problem, I am trying to get a running total to come up in the lstGtotal listbox from the list of totals in the 1stTotal listbox but all that I am getting is the numbers 1stTotal …

  6. How can I add a grand total function in report builder

    Jan 20, 2015 · In your scenario, we can add three rows inside the group (Name_of_customer), then specify the total value expression by embedding the IIF () function in the Sum () function.

  7. vb.net export DataGridView to excel without scientific notation?

    Jul 16, 2013 · I found this Code Snippet DataGridView Export to Excel, that works but exports values as scientific notation example 2E3 would be 2.00E+03 it also is a little slow.

  8. Good C# RTD tutorial for excel? - social.msdn.microsoft.com

    Jun 8, 2012 · In accordance with your request, I would like to support this page on which you will find a step-by-step example of building a Real-Time Data server for Excel XP, 2003, 2007 and Excel 2010.

  9. MSDN

    MSDN

  10. Interrupting VBA - social.msdn.microsoft.com

    Mar 4, 2020 · The only alternative is to restart Excel 2010, but this causes all unsaved work of the macro to be lost (in addition to any unsaved code). Is there an alternative to CTRL-BREAK to interrupt VBA?