View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default 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