About 3,850 results
Open links in new tab
  1. Excel file to listview - social.msdn.microsoft.com

    Jan 24, 2016 · I'm just starting out with visual studio. I've been looking around on the net for a way to read the data from an excel file into an array which i want to place into a listview but i can't …

  2. VBA to change a single OLAP pivottable filter

    Nov 6, 2013 · According to your description, you want to change the pivot filter to a string of your choosing for a OLAP Pivot Table. As far as I know, it is not supported to set the page field for …

  3. Running a Excel Macro to refresh data in a sheet from Access VB …

    Question 0 Sign in to vote I have a macro in an excel worksheet which consist to the two statements: The Excel Macro has a name of "Refresh" Sheets ("Joined").Select …

  4. Maintain Pivot Chart Formatting after Refresh?

    Sep 9, 2013 · The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either …

  5. How to add a password to an excel file from a command

    Feb 1, 2013 · I have a SQL server job that exports data from a table to excel file using OpenRowset. Client wants the file being a password-protected email attachment. The job is …

  6. Work on a subset of a table from powerpivot

    Aug 4, 2016 · And we can filter table in PowerPivot data model, and then use the data in a Pivot table.

  7. 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. I'm using a userform with button to perform this task. The raw data is located at sheet ("data"). I wanted to …

  8. How to create "Find Text" in text boxes tha works like the regular …

    May 3, 2015 · I need to be able to do a find text search thru the text boxes identical to the the regular Excel Find. (Start macro, dialog box pops up asking for the find text, select ok, it finds …

  9. Import data from excel file to sql server in c# windows application

    Jul 3, 2012 · The example provided in the link shows me how to create a new table in SQL which is not what I want to do. To import Data from excel to SQL Server you need to create new …

  10. How do I add filter expression to a calculated member

    Aug 12, 2013 · In the former case, you can filter the fact table in the cube Data Source View (DSV) by using a Named Query, and then the distinct count will be filtered as you want.