View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default How to copy module form one workbook to another

Store your code as .bas files and use the procedures at Chip's site to import
them.

deepakmehta wrote:

I have tried that but i am still unsuccessful...... help !!

What i am doing is making a xl. file thrugh vba code in Main.xl and
then saving it as User.xl, now i need to copy one of the modules form
the Main.xl to the User.xl.

Regards,
Deepak

--
deepakmehta
------------------------------------------------------------------------
deepakmehta's Profile: http://www.excelforum.com/member.php...o&userid=29609
View this thread: http://www.excelforum.com/showthread...hreadid=539876


--

Dave Peterson