PC Review


Reply
Thread Tools Rate Thread

Creating a working program / application from an Excel sheet

 
 
Roger on Excel
Guest
Posts: n/a
 
      24th Jul 2008
I have a complex spreadsheet i am looking to market, however i dont want to
use Excel as the platform.

How would i go about creating an actual application from the spreadsheet
that can stand alone without the need for Excel?.

Is there a way to easily create an application from a complex sheet?

Can anyone help?

Thanks,

Roger
 
Reply With Quote
 
 
 
 
Jim Thomlinson
Guest
Posts: n/a
 
      24th Jul 2008
There is no way to directly translate what you have done directly into an
executable. The biggest problem is that you will loose the XL object model in
any kind of conversion. You will have to create your own version of
worksheets and workbooks. You could try to leverage XL by creating a
reference to it from the .net platform but that means that you can only put
your software onto systems that have XL installed. In any case it is a big
task requiring a good deal of progarmming knowledge.
--
HTH...

Jim Thomlinson


"Roger on Excel" wrote:

> I have a complex spreadsheet i am looking to market, however i dont want to
> use Excel as the platform.
>
> How would i go about creating an actual application from the spreadsheet
> that can stand alone without the need for Excel?.
>
> Is there a way to easily create an application from a complex sheet?
>
> Can anyone help?
>
> Thanks,
>
> Roger

 
Reply With Quote
 
Internetdomainowner@hotmail.com
Guest
Posts: n/a
 
      25th Jul 2008
On Jul 24, 5:10*pm, Roger on Excel
<RogeronEx...@discussions.microsoft.com> wrote:
> I have a complex spreadsheet i am looking to market, however i dont want to
> use Excel as the platform.
>
> How would i go about creating an actual application from the spreadsheet
> that can stand alone without the need for Excel?.
>
> Is there a way to easily create an application from a complex sheet?
>
> Can anyone help?
>
> Thanks,
>
> Roger


Welcome to the world of VBA programming -- it's a damn shame there
wasn't some "Build *.exe" button in VBA.
 
Reply With Quote
 
Peter T
Guest
Posts: n/a
 
      25th Jul 2008
It's ambiguous as to what you mean by "dont want to use Excel as the
platform". Does that mean you don't want to use Excel at all, cells, sheets
etc. Or do you mean you do need to use Excel but don't want to use Excel's
VBA for some reason (lack code security perhaps).

Either way, although no longer officially supported you might look at VB6 as
the easiest learning curve from VBA. You can write an exe that might
automate Excel (its VBA object model is similarly exposed to VB6), not use
Excel at all, or make a dll or ComAddin that is called from Excel in turn to
do amazing things with sheets and cells.

Regards,
Peter T

"Roger on Excel" <(E-Mail Removed)> wrote in message
news:78187830-F7DA-4886-9AD0-(E-Mail Removed)...
> I have a complex spreadsheet i am looking to market, however i dont want

to
> use Excel as the platform.
>
> How would i go about creating an actual application from the spreadsheet
> that can stand alone without the need for Excel?.
>
> Is there a way to easily create an application from a complex sheet?
>
> Can anyone help?
>
> Thanks,
>
> Roger



 
Reply With Quote
 
Mike
Guest
Posts: n/a
 
      25th Jul 2008
Google "Excel compiler."


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating Excel Sheet using VB 2005 mdup Microsoft Excel Programming 2 19th Feb 2010 02:08 PM
Creating Excel chart sheet using C# =?Utf-8?B?U3Rhbg==?= Microsoft Excel Charting 0 12th Apr 2007 08:52 PM
Creating a rectangle on an Excel sheet from VB =?Utf-8?B?Sm9lQmVu?= Microsoft Excel Programming 5 19th Dec 2004 02:21 AM
Problems creating Excel sheet Evan T. Basalik Microsoft ASP .NET 0 14th Dec 2003 08:10 PM
Creating an Excel Sheet from an Access Ap. Salvador M Microsoft Access VBA Modules 4 4th Sep 2003 02:17 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:54 PM.