problem with mshflxgd.ocx in VBA

Hi,

I have a problem with the Microsoft Hierarchical FlexGrid Control 6.0 (SP4) on VBA. When I in desin a form, the system response me this dialog box: "the control could not be created because it is not properly licensed."

How I can resolve my problem?

[285 byte] By [AlbertoDEV] at [2008-1-9]
# 1
Have you registered the control?

regsvr32 mshflxgd.ocx

AndyPope at 2007-10-2 > top of Msdn Tech,Microsoft ISV Community Center Forums,Visual Basic for Applications (VBA)...
# 2

Hi!
I have registered the control richtx32.ocx by regsvr32.exe and I have got the message that

DllRegisterServer have finished successfully. But when I try to put RichTextBox on a form I

get "the control could not be created because it is not properly licensed" again
Resetting of the Office don't helps
Can I resolve it?

bi-lya at 2007-10-2 > top of Msdn Tech,Microsoft ISV Community Center Forums,Visual Basic for Applications (VBA)...