I'm working on a machine with Windows XP SP2 and MS Word 2003 SP 2. There's NO Visual Basic installed.
I open Word, then VBA, open a form, and try to create a DBGrid control. I get a Microsoft Visual Basic error message (in Spanish): "No se puede crear el control porque carece de la licencia adecuada."
In English, it's something like: "Cannot create the control because you do not have the proper license."
I have no .lic file referring to DBGrid in my system. (I don't know if I need one).
The 3 DBGrid files (DBGrid32.ocx, DBGrid32.oca, and DBGrid32.dep) are in c:\Windows\System32.
I have registered DBGrid32.ocx using Regsvr32, and I was successful, according to the message I got.
However, the problem persists. Can anybody please tell me what's going wrong, and how to solve it?
Thank you very much, Jorge.

PS: The same thing happens when I try to create an MSFlexGrid control.