I have a workbook,which contains ActiveX control button and form control button and macros are assigned to those controls. these controls are working fine in excel 2007 but when I open this workbook in excel 2010, I am unable to click on those controls. Whenever I click on any button,it goes in design mode. Is there any solution available??
相关问题
- Excel sunburst chart: Some labels missing
- Error handling only works once
- Error handling only works once
- Excel formula in VBA code
- Excel VBA run time error 450 from referencing a ra
相关文章
- Get column data by Column name and sheet name
- programmatically excel cells to be auto fit width
- Unregister a XLL in Excel (VBA)
- Unregister a XLL in Excel (VBA)
- How to prevent excel from truncating numbers in a
- numeric up down control in vba
- Declare a Range relative to the Active Cell with V
- What's the easiest way to create an Excel tabl
Neha your Excel Setting are preventing the ActiveX Buttons to become Active. Do this
Click On the
File Tab
|Options
. Click on theTrust Center
in the dialog box that opens and then click onTrust Center Setting
. Go toActiveX Setting
and click on the option buttonPrompt Me before enabling all controls with minimal restrictions
Close the file and re-open it. You will get a
Yellow Popup Bar
asking you to enable the ActiveX. Click on yes and you are done :)