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
|