Posting Userforms

jwolter

New Member
Joined
Oct 24, 2011
Messages
7
I've got a utility that includes userforms to interact with the user. I'd like to post the utility to a public forum such as mrexcel, but I'm not sure how I would post the userforms. How is this typically done? I am assuming that most users would want to see the code behind the forms before they run it.
 
To answer part of my own question, it appears that one can export a userForm to a text file by right-clicking on the name of the form in the Project pane of the VBA window and selecting "Export file...". The output files include a .frm file which is a text file containing the form properties and the form code. However this file does not include all the layout of the form. A second file, with a .frx extension is the "Ole object blob", which I assume includes those parts of the form. This file, however, is a binary.
 
You cannot post attachments here, I'm afraid. You would have to put them on a file hosting site and then provide a link here.
 

Forum statistics

Threads
1,215,603
Messages
6,125,771
Members
449,259
Latest member
rehanahmadawan

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top