vba excel vba中userForm中的数据透视表
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/3174425/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
pivot table in userForm in excel vba
提问by amr osama
Any idea about how to embed/insert pivotTable/pivotChart in a userForm?
关于如何在用户窗体中嵌入/插入数据透视表/数据透视图的任何想法?
*code sample will be great to share.
*代码示例将非常适合分享。
回答by Trefex
Did you try looking at the Microsoft Office PivotTable 11.0 Control available when you right-click in the Control toolbox?
当您在控件工具箱中单击鼠标右键时,您是否尝试查看可用的 Microsoft Office PivotTable 11.0 控件?
This lets you embed a Pivot Table in a Form.
这使您可以在表单中嵌入数据透视表。