本文介绍了如何在Excel VBA中以编程方式设置复选框字体大小?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

I have some code that creates two groups of checkboxes on a radar chart (we call them "for tests" and "for series").
Can not figure out how to setup font.size for it. Tried to stick it in few spots - no luck.
Attached is a sample couple of checkboxes created by this code (for tests)

Any suggestions will be appreciated.

推荐答案

感谢您的发帖!我建议将您的问题发布到MS论坛之一中,

Microsoft开发人员网络 > 论坛首页 > > Visual Basic for Applications(VBA)

位于此处: http://social.msdn.microsoft.com /Forums/zh-CN/isvvba/threads

祝您愉快!


这篇关于如何在Excel VBA中以编程方式设置复选框字体大小?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-21 14:22