LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Export Custom Form, .frx .frm files

The frm file is basically the code module that contains the VBA code
associated with your userform. The frx file is a binary file that
contains the (descriptions of) the form itself, all the controls that
reside on the form, and other resources needed to create the form. VBA
expects that the frm and the frx files have the same name (the name of
the userform) and that they reside in the same directory. You can open
both the frm and frx files in Notepad or your favorite text editor to
see what's in them. The frm file is readable, and it just has the VBA
code (and a few directives) that you'd see in the VBA editor. The frx
file is binary and contains nothing that you can read.

how important is it ?


Critically important. Without the frx file, there is no form.

Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)



On Sat, 20 Jun 2009 23:16:01 -0700, 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.

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Export Custom Form, .frx .frm files Dave Peterson Excel Programming 0 June 21st 09 01:22 PM
Export/Import custom toolbar David Excel Programming 1 February 4th 08 11:53 AM
Need to Export All Worksheets from All Workbooks in Folder to Separate FIles not as CSV Files socrtwo Excel Programming 2 October 30th 06 12:46 AM
Proper way to export custom Toolbars ? Bill Case Excel Programming 1 September 17th 06 11:32 PM
Export to text with custom delimination edward Excel Programming 2 October 27th 03 07:29 PM


All times are GMT +1. The time now is 09:21 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"