Thread: VBE Question
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default VBE Question

Of course there is :-). Chip explains it all at
http://www.cpearson.com/excel/vbe.htm

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Helen" wrote in message
...
When I'm in VBE is there a way to script the copying of Moduals and

Classes
from one project to another. I keep a base project that I enhance, and one

in
production;the production file contains data which is augmented each

month..
When I've tested out the changes I move the Moduals/Classes/Forms to the
production file.