本文介绍了Excel VBA中的userForm中的数据透视表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
关于如何在用户窗体中嵌入/插入数据透视表/数据透视图的任何想法?
Any idea about how to embed/insert pivotTable/pivotChart in a userForm?
*代码示例非常适合分享.
*code sample will be great to share.
推荐答案
在控件"工具箱中单击鼠标右键时,您是否尝试查看可用的Microsoft Office PivotTable 11.0控件?
Did you try looking at the Microsoft Office PivotTable 11.0 Control available when you right-click in the Control toolbox?
这使您可以将数据透视表嵌入到表单中.
This lets you embed a Pivot Table in a Form.
这篇关于Excel VBA中的userForm中的数据透视表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!