What does the number in the AddChart2 VBA macro represent?

前端 未结 4 523
情书的邮戳
情书的邮戳 2020-12-10 13:09

I\'ve use my Excel 2013 to record a macro in inserting a chart, a column-clustered chart in my case. In the view code option, it shows me a line of code as below:

         


        
4条回答
  •  温柔的废话
    2020-12-10 13:31

    Just checking to see if 5 years later anyone has a better answer. I sure could use an enumeration of the chart styles; I don't like putting simple numbers in my code without some explanation as to what it means. Of course, I could use a comment, but if the numbers are documented, then that means they could change.

提交回复
热议问题