View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sean[_7_] Sean[_7_] is offline
external usenet poster
 
Posts: 20
Default How do I copy a Form from one VBAProject to another

Hi,

I have an excel 'master' file that I'm basing a subset of
new files on. Basically I'm copying certain information
and programming from the master file into the new files.

My problem is that I have a Form in the master that I want
copied into the user files. How can I do this through
code?

Thanks!

Sean