"Mika" wrote in message
...
I have VB 6, and need to use the Ms Flex Grid control on a VBA form
within Excel.
However the incorporation of the control into the form is rejected
with the message "unsafe..." which normally occurs if you dont have
the license for it (or don't have VB 6 installed) which is not my
case.
In the forms in VB 6 environment, I don't have any problem.
Hi Mika
Userforms are not compiled like exe files are. To use a control on a
userform, the user needs a license to run the control in "design mode" -here
meaning a valid Visual Studio 6 installation.
So in short, you can't do this.
Best wishes Harald