hi,

i have a user who doesn't have MSO installed but would
like to "see" a set of (pre-loaded or otherwise) data in
chart or graph format.

things i've tried (using vb's PDW):

* vb's ole control to embed xl.
RESULT: "OUT OF MEMORY ERROR" on CreateEmbed method

* automating xl.
RESULT: "ERROR 429, ActiveX component can't create
object" on CreateObject

i've waded thru the tons of stuff at ms.com but can't find
anything that is helpful

any advice is appreciated.

Re: is this possible? by Harald

Harald
Tue Dec 23 11:03:18 CST 2003

Hi

Here's a function to test whether Excel / Outlook / whatever MS is installed:
http://www.erlandsendata.no/english/index.php?d=envbaoleavailableapp

You can't do Excel stuff without either Excel or a -compatible (+ here programmable)
application installed.

--
HTH. Best wishes Harald
Followup to newsgroup only please.

"chu" <anonymous@discussions.microsoft.com> wrote in message
news:095d01c3c96a$5ce8c1a0$a501280a@phx.gbl...
>
> hi,
>
> i have a user who doesn't have MSO installed but would
> like to "see" a set of (pre-loaded or otherwise) data in
> chart or graph format.
>
> things i've tried (using vb's PDW):
>
> * vb's ole control to embed xl.
> RESULT: "OUT OF MEMORY ERROR" on CreateEmbed method
>
> * automating xl.
> RESULT: "ERROR 429, ActiveX component can't create
> object" on CreateObject
>
> i've waded thru the tons of stuff at ms.com but can't find
> anything that is helpful
>
> any advice is appreciated.
>