"CommonDialog" is not working

P

Probudha

In Excel 2003 VBA when I'm trying to creat "CommonDialog" in a form, it is
showing message " The control could not be created because it is not properly
licensed."
 
H

Harald Staff

You need some (but ptobably not any) version of visual studio, or some
developer license.
What do you need it for ? (Use GetOpenFilename and GetSaveAsFilename in VBA
for open and save.)

HTH. Best wishes Harald
 
Top