MSFlexGrid on Excel VBA Form
I am trying to use a MSFlexGrid control on a VBA userform and when I try to add the control I get an alert saying that "The control could not be created because it is not properly licensed".
Anyone got an idea why this is happening and how to fix it?
Re: MSFlexGrid on Excel VBA Form
It's a problem with recognising the license for that control. I used to have the same problem with the richtextbox. The way I got around it is to find the OCX file in the system32 folder and "Open With...", then browse to the file RegSvr32.exe also in System32. That should re-register the control and allow you to carry on using it.
zaza