• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Recent content by holmes123

  1. H

    Prevent scrollbar control from changing current selection

    > A1 in this case would not get changed until user clicks somewhere other than on the scroll bar. I made that change and A1 never changes when the user clicks elsewhere. Nothing happens. I also suspect I left out some important details. The rows that show fruit details (in rngFruits)...
  2. H

    Prevent scrollbar control from changing current selection

    I use an ActiveX Scroll Bar control to allow a user to scroll among 10 rows that show fruits, with 5 rows/fruits showing at a time. When he selects a fruit by clicking in the range, rngFruits, a WorkSheetChange event assigns the row number for the selected fruit to valFruit_Row...
  3. H

    Dashboard based on multiple pivot tables or a single data table - performance?

    > make a pivot off of data set. I already have three pivot tables based off the data. Currently, the three sections of the dashboard reference the respective rows and columns in the pivot tables. > paste val into dashboard file. Not sure I follow. Paste the pivot table results...
  4. H

    Dashboard based on multiple pivot tables or a single data table - performance?

    Montrey: I'm not summing anything, so I don't see how the SumIf function would help.
  5. H

    Dashboard based on multiple pivot tables or a single data table - performance?

    Luke: When I tried the Advanced Filter option, I noticed a few issues. 1. The advanced filter feature does not work if the data range has been converted into a data table. (It always selects only the first row of the range, regardless of what criteria.) This means if you want to use the...
  6. H

    Dashboard based on multiple pivot tables or a single data table - performance?

    (Using Excel 2007.) I'm looking for advice about the performance (i.e., speed) of using pivot tables vs. data tables (Insert > Table) when you need to pull data from a very large worksheet of 10 columns and 100,000+ records. Is one typically faster than the other? My worksheet looks like...
  7. H

    Sort pivot table based on column selected

    I'm trying to use a macro to sort numeric values in a pivot table based on a column selected in another sheet. I've managed to capture the column number of the pivot on which the data should be sorted. This is stored in a variable, pivotColToSort. How can I pass the value of this column...
Back
Top