Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I trying to add a commondialog control into my VBA form in excel, but it show an error message "The control could not be created because it is not properly licensed." How to solve this problem? Thanks Clement |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Clement,
You need a design-time license for the CommonDialog control, which comes with VB6 and, I think, the Developer edition of Office. ActiveX controls operate in two "modes": RunTime and Design. If you have the control on your machine, you can use it from compiled programs at run time. But in order to include the control in your own projects, you need a design license. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Clement" wrote in message ... Hi all, I trying to add a commondialog control into my VBA form in excel, but it show an error message "The control could not be created because it is not properly licensed." How to solve this problem? Thanks Clement |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error dialog box meaning and how to find error | Excel Worksheet Functions | |||
Common Dialog from Toolbox | New Users to Excel | |||
Excel Spreadsheet Not Saved Dialog Error | Excel Discussion (Misc queries) | |||
Common Dialog Boxes | Excel Programming | |||
Common Dialog Box | Excel Programming |