View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default user form export

VBA Userforms are quite different from VB forms - that is correct.

They are defined in the MSforms 2.0 Object library. This library also
contains the basic controls found on a userform (such as the listbox).
These controls are not the same as the controls in VB

--
Regards,
Tom Ogilvy


"ziociccio" wrote
in message ...

Hi,

I'm trying to export my Excel VBA application (whith modules, forms and
classes inside) to a Visual Basic 6 project.

Classes and module are easy to be imported.
When I import frm files (exported from Excel) I don't find the
"classic" form but a "project windows" files (in italian it's name is
"finestre di progettazione" in the project tree); this kind of form
aren't modificable... and sometimes cause runtime errors (it seems that
some basic control, such as a list view, in this kind of user form
aren't the same of classic form).

Thanks,

Francesco


--
ziociccio
------------------------------------------------------------------------
ziociccio's Profile:

http://www.excelforum.com/member.php...o&userid=26127
View this thread: http://www.excelforum.com/showthread...hreadid=394544