问题描述
我需要在用户表单上创建进度条.要插入进度条,请打开工具箱,右键单击它,然后选择其他控件". (或者,我可以转到工具"/其他控件"菜单).但是在该组件列表中,缺少"Microsoft Progress Bar Control 6.0(SP4)".我正在使用Microsoft Office 2010和Windows7.请帮助我
I need to create the progress bar on a user form. For inserting progress bar, opened toolbox , right clicked on it and choose "Additional Controls". (Alternatively, I could go up to the "Tools"/"Additional Controls" menu). But in that list of components, "Microsoft Progress Bar Control 6.0 (SP4)" is missing. I am using Microsoft Office 2010 and Windows 7. Please help me
推荐答案
两个建议:)
1)在您的电脑上搜索MSCOMCTL.Ocx.如果找到它,则通过单击Windows开始"按钮~~>进行注册.运行,然后键入此文本,然后按Enter
1) 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
我假设ocx位于C:\ Windows \ System32
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.
2),请参阅此链接.有时您不需要进度条控件;)
2) Please see this link. Sometimes you don't need a progressbar control ;)
主题:VBA-使用滚动条-最简单的方法
链接: http://www.vbforums. com/showthread.php?t = 511916
HTH
Sid
这篇关于Microsoft进度栏控件丢失的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!