Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default How to save a project independent of a spreadsheet

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


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default How to save a project independent of a spreadsheet

A project cannot exist outside of a XLS workbook. I think by "standalone",
you might mean an XLA add-in. An XLA isn't any more than a workbook having
an "XLA" extension rather than an "XLS" extension, and the IsAddIn property
is True.

Another type of add-in is called a COM Add-In. This is typically written in
VB6, VBNET, VC++, etc.

See http://www.cpearson.com/Excel/CreateAddIn.aspx for information about
creating and XLA add-in.

See http://www.cpearson.com/Excel/creatingcomaddin.aspx for information
about writing a COM Add-In.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel, 10 Years
Pearson Software Consulting
www.cpearson.com
(email on the web site)



"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


  #3   Report Post  
Posted to microsoft.public.excel.programming
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



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default How to save a project independent of a spreadsheet

Thanks, looks like xla is what I was wondering about.
Thanks for the links, nice work.
Mark

"Chip Pearson" wrote in message
...
A project cannot exist outside of a XLS workbook. I think by "standalone",
you might mean an XLA add-in. An XLA isn't any more than a workbook having
an "XLA" extension rather than an "XLS" extension, and the IsAddIn property
is True.

Another type of add-in is called a COM Add-In. This is typically written
in VB6, VBNET, VC++, etc.

See http://www.cpearson.com/Excel/CreateAddIn.aspx for information about
creating and XLA add-in.

See http://www.cpearson.com/Excel/creatingcomaddin.aspx for information
about writing a COM Add-In.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel, 10 Years
Pearson Software Consulting
www.cpearson.com
(email on the web site)



"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




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Loading information from a VBA project to spreadsheet Jerome[_5_] Excel Programming 0 February 28th 06 07:48 AM
how do i set up a 'moveable date' on a project spreadsheet? sharpet Excel Discussion (Misc queries) 1 January 12th 06 06:46 PM
Can I project an Excel spreadsheet without the menu bar? DEN-RIK Excel Discussion (Misc queries) 1 November 28th 05 11:39 PM
Problem when attempting to save Workbook with VBA project protected Friedrich Hofmann Excel Programming 4 November 15th 05 10:18 PM
Locking VBA code via Project properties but cannot save the workbook over itself Shane Excel Programming 4 July 27th 04 01:00 AM


All times are GMT +1. The time now is 05:55 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"