View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Export Custom Form, .frx .frm files

When I'm doing the (manually using the VBE interface), I'll just open both
workbooks and then go to the VBE.

Then I'll find the userform to copy in the source workbook project and drag it
to the receiving workbook project (in the project explorer window (ctrl-r if you
don't see it).

Neal Zimm wrote:

Just exported my first custom form into another workbook.

Imported the xxxxxxx.frm file and form worked.

Got error msg that xxxxxxxx.frx file could not be imported.

What is .frx and how important is it ?

Thanks.

--
Neal Z


--

Dave Peterson