View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark Olsen Mark Olsen is offline
external usenet poster
 
Posts: 8
Default Make VBA Class Module Library

Hi, I have a bunch of class modules that I have made in Excel vba. A bunch
of my Excel programs use them and I was wondering if there is a way to make
them into a library of some sort so that I can have one version of all of
them that each project can link to so I can make a change in one place and
not in each of the projects. Thanks.

Mark