View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
onedaywhen onedaywhen is offline
external usenet poster
 
Posts: 459
Default Can I "compile" VB into an executeable program?

You can create compiled COM or managed code add-ins as DLLs using Visual Studio.

--

(ChuckM) wrote in message om...
I've got a bunch of macros in my workbook (500kb). This workbook
will be used as a template for others to use, enter data and run the
macros. Is there a way to compile the VB so that it won't take up so
much space?
thanks
chuck