码迷,mamicode.com
首页 > 编程语言 > 详细

VBA找不到progress bar的处理办法。

时间:2016-01-27 17:06:53      阅读:293      评论:0      收藏:0      [点我收藏+]

标签:

 Search your pc for MSCOMCTL.Ocx. If you find it then register it by clicking on Windows Start Button ~~> Run and then typing this text and pressing Enter

regsvr32 C:\Windows\System32\MSCOMCTL.Ocx

I am assuming that the ocx is in C:\Windows\System32

If you don‘t have that then please download it from here and then repeat the above steps.

Once done, you will now be able to use the control.

VBA找不到progress bar的处理办法。

标签:

原文地址:http://www.cnblogs.com/xpvincent/p/5163794.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!