本文介绍了帮助获得帮助(数据分析,直方图)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我遇到的问题让我完全疯了。我想在数据分析工具中使用直方图功能。但我找不到任何文件。谷歌搜索,MSDN搜索,我能找到的最好的东西让我这么远:

Application.Run" ATPVBAEN.XLA!Histogram",dataRange,"",binRange,False,False,False ,真实

但我不知道第三个参数是什么("上面")或任何布尔参数。为什么没有一个简单的地方可以找到参数是什么?由于没有简单的东西告诉我第4个参数是 - 无论是什么,我都非常沮丧。任何和所有帮助都非常感激。

I am having a problem that is driving me completely crazy. I want to use the histogram function in the data analysis tools. But  I can't find any documentation. Google searches, MSDN searches, the best I can find got me this far:

Application.Run "ATPVBAEN.XLA!Histogram", dataRange, "", binRange, False, False, False, True

But I don't know what the 3rd parameter is ("" above), or any of the boolean parameters. Why is there not a simple place to find what the parameters are? I am VERY frustrated by not having something simple that just tells me that the 4th parameter is - whatever it is. Any and all help GREATLY appreciated.

推荐答案


这篇关于帮助获得帮助(数据分析,直方图)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-02 21:50