• 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.

Search results

  1. H

    total number of files for a given drive

    Correction is to create a text file dir.txt
  2. H

    total number of files for a given drive

    Hi SirJB7, Thanks for your answer. It is the solution I was looking for. In fact, it should be. By running your macro, it stops on the instruction "Open A For Input As #I" and the message "file not found" appears on the screen. As I undertand the code, the goal of the instruction "A =...
  3. H

    total number of files for a given drive

    Hi the forum, I want to know the total number of files (including files in subfolders) for a given drive. The properties dialog window for a folder gives the information. Is there an Excel (64 bits) VBA solution to retrieve this information? Thanks in advance Regards Harry
  4. H

    violin plots in Excel

    Hi SirJB7, Thank you for these links. But as you pointed out, they do not relate to VBA and I do not know these other languages​​. Have a good day Harry
  5. H

    violin plots in Excel

    Hi the forum, I recently heard about violin plots. As my friend Google provides no information about it (except Wikipedia), I would knock on the door of this forum. Should a reader have an EXCEL file that would allow me to understand this technique? In advance thank you Harry
  6. H

    In the chart data source named ranges are replaced by references

    Great! Thanks for the solution. The chart is working fine when changing the start date. The suggested solution was thus to create a named range for each series. Best regards Harry Is there a procedure to declare the post as solved?
  7. H

    In the chart data source named ranges are replaced by references

    sorry for the waiting time of the response but I did not used to this kind of manipulation I created a Dropbox account and here is the link https://dl.dropbox.com/u/94100164/Sample%20file%20dynamic%20chart.xlsx Regards Harry
  8. H

    In the chart data source named ranges are replaced by references

    Hi shailyog, Thanks for the answer. Yes, I did and the chart remains unchanged. But if I re-write manually the content in the "chart data range", the chart is well updated. That 's what I call a manually dynamic chart. Regards Harry
  9. H

    In the chart data source named ranges are replaced by references

    Hi All, In an Excel chart, I want to display the data two months before and one month after an selected day. To do so, I defined some named ranges as Select_years: 'OFFSET(Sheet1!Start;0;MATCH(Sheet1!start_date;Sheet1!years;0)-1;1;MATCH(Sheet1!start_date;Sheet1!years;0)+1)' Data_product...
Back
Top