Import From with macro
Import a userform from a file? Su
ActiveWorkbook.VBProject.VBComponents.Import "c:\UserForm1.frm"
--
Jim
"Chad" wrote in message
...
| Is it possible to write a macro that will import an existing form?
|
| Thanks for all your help!
| -Chad
|