Histogram

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jbhowell
    New Member
    • Apr 2010
    • 7

    Histogram

    I'm trying to create the below histogram. A file should hole the years and values. The first line in the file could be used to hold the title for the histogram.
    2003 * 1
    2004 * * * * * * * * 8
    2005 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 32
    2006 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 46
  • kadghar
    Recognized Expert Top Contributor
    • Apr 2007
    • 1302

    #2
    you need the mschart.dll library
    It'll make it quite easy.

    Comment

    • jbhowell
      New Member
      • Apr 2010
      • 7

      #3
      Originally posted by kadghar
      you need the mschart.dll library
      It'll make it quite easy.
      Where do I find that?

      Comment

      • kadghar
        Recognized Expert Top Contributor
        • Apr 2007
        • 1302

        #4
        Many versions of VStudio already have it, just add it to your project in the References menu.
        If you're working with VBA, Go to your Excel's VBA and it'll have it for sure.

        If none of the above. Ask google, download it, and add it to your project via References.

        Comment

        Working...