View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ian Elliott Ian Elliott is offline
external usenet poster
 
Posts: 46
Default how create library of routines?

Thanks for any help.
I have some functions that I have made and that I have copied from generous
souls like you, that I would like to call from my Excel modules at times.
What is the best way to link/add-in/whatever them? Do they become .dll's or
..xla's or .bas's?
I can copy and paste to the module each time I need it, but then if I have a
lot of files that use it, I have to go and change each one if I need to
change something. I remember C has libraries, does VB have something like
that?
Thanks again.