Exporting Just The Form

K

K. Kazinski

Is there a way to export a VBA form so I can use it in my VB programs. I tried to export the form, but it exports the data.

I would like to export the form and the code that goes with it. Are there any commercial or other type of tools available to do this?

Thanks,

Ken
 
M

Mark Phillipson

J

John W. Vinson

Is there a way to export a VBA form so I can use it in my VB programs. I tried to export the form, but it exports the data.

I would like to export the form and the code that goes with it. Are there any commercial or other type of tools available to do this?

Thanks,

Ken

Not reliably. A Visual Basic FORM object is a *VERY* different beast
from an Access form; the properties are different, the controls work
differently, and so on. There are some third-party tools which claim
to be able to convert one to the other, but my impression is that they
do a partial job at best.
 
Top