View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default How to save a project independent of a spreadsheet

You cannot, the project can only exist within a host container, such as
Excel.

You could create an addin, which is still a workbook, but with careful
coding you can use the procedures from any workbook.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"MP" wrote in message
...
Hi,
I see no way to "Export" or "Save" a project.
The only option is Save the xls

How does one create standalone project that can be used in any
spreadsheet?
Export only does individual module files...how to do the Project as a
whole?

Thanks
mark