"Alton Jones" wrote in message
Perhaps one has to buy MS Office Professional and then has to buy some
sort
of plug-in/add-in to enable the user to have resell rights of their custom
developed application...
Nope. You can develop and distribute applications in any written in any
Office application (and with the Visual Studio applications) without paying
any royalties to or getting permission from Microsoft. The only restriction
is that there are a few controls that you cannot distribute. These are
listed in a file called "Reedits.txt". Also, you cannot distribute the host
application itself (e.g., Excel or PowerPoint) with your application. Your
end users must have their own copy of the host application.
You may well be thinking of what MS called the Developer's Edition of
Office. This included a number tools and utilities for developing
Office-based applications. These included, if memory serves, the Window API
Text Viewer program, the Code Librarian, SPY++, and a few others. I have
Visual Studio 6 Enterprise, 2002, 2003, and 2005 Professional, so I forget
what programs were included with what package. The most important, in my
opinion, were the tools and libraries in the Developer's Edition that
allowed you to create COM Add-Ins in the VBA Editor, rather than with only
Visual Studio. I write all my Add-Ins in VB6 or
VB.NET/VSTO, but for
developers who don't want to shell out the big bucks for VS, the Office
Developer's Edition's ability to create COM Add-Ins is quite important. I
think MS sold the Developer's Edition tools and utilities as a separate
package up through Office 2002.
I believe, but I'm not sure, that starting with 2003, the Developer's Tools
were incorporated with the Professional/Enterprise Editions of Office, but
not the Standard and Student/Teacher's versions. So if you have Office 2003
Professional/Enterprise, you have the Developer's Tools. I don't believe you
can purchase them as a separate package any more.
I don't know what versions of Office 2007 will include the Developer's Tools
(there are 7 (count 'em 7!!) different configurations of Office 2007,
starting with Student/Home Edition up through Ultimate ). I use Office 2007
Ultimate, which includes everything. See
http://office.microsoft.com/en-us/pr...CL100571081033
for info about the various configurations of Office 2007.
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)
"Alton Jones" wrote in message
...
Hi Mike,
What I'm looking for is the current version of what was once called the
Microsoft Office Development Tool Kit (SDK).
Perhaps it has a new name...
Perhaps it's bundles with something else...
Perhaps one has to buy MS Offfice Professional and then has to buy some
sort
of plug-in/add-in to enable the user to have resell rights of their custom
developed application...
I look forward to your reply.
"Mike Middleton" wrote:
Alton Jones -
Maybe this is what you are looking for:
http://www.amazon.com/Microsoft-Exce.../dp/1556156324
But it is quite possible to develop Excel applications and Excel add-ins
using only Excel's built-in VBA.
- Mike
http://www.mikemiddleton.com
"Alton Jones" <Alton wrote in message
...
I am looking for the replacement package for the above referenced
application
which I purchased in the mid-1990s and have since misplaced. I am
interested
in developing MS Excel applications for resell.