Commands for the OWC Spreadsheet?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Colleyville Alan

    Commands for the OWC Spreadsheet?

    I have been working on an app that uses a spreadsheet embedded on a form.
    Data is written there so the user can see it in a familiar format and when
    the data is ready to go, it saves the spreadsheet in an Excel format. But
    my laptop at work does not have the same spreadsheet and efforts to register
    the ActiveX component have been unsuccessful. So I intend to rewrite the
    code to use the Microsoft Office Web Component spreadsheet (OWC ver 9.0, I
    believe) which is available on both machines, but I cannot find
    documentation for this component.

    Does anyone know where I can find a list of the commands, methods, classes,
    etc for this component?
    Thanks


  • Larry  Linson

    #2
    Re: Commands for the OWC Spreadsheet?

    "Colleyvill e Alan" <aecharbonneau@ nospam.comcast. net> wrote
    [color=blue]
    > Does anyone know where I can find a list
    > of the commands, methods, classes,
    > etc for this component?[/color]

    If I was going to start looking, I'd start at http://msdn.microsoft.com or
    http://support.microsoft.com. I haven't used this one, and have to admit
    that sometimes I think the prevailing view around Redmond is that
    "documentat ion is for sissies". Some of what you want should be available by
    using the Object Browser; often what you get that way is the only thing you
    will find on "objects".




    Comment

    • Colleyville Alan

      #3
      Re: Commands for the OWC Spreadsheet?

      "Larry Linson" <bouncer@localh ost.not> wrote in message
      news:PTmhc.2765 1$G_.12555@nwrd dc02.gnilink.ne t...[color=blue]
      > "Colleyvill e Alan" <aecharbonneau@ nospam.comcast. net> wrote
      >[color=green]
      > > Does anyone know where I can find a list
      > > of the commands, methods, classes,
      > > etc for this component?[/color]
      >
      > If I was going to start looking, I'd start at http://msdn.microsoft.com or
      > http://support.microsoft.com. I haven't used this one, and have to admit
      > that sometimes I think the prevailing view around Redmond is that
      > "documentat ion is for sissies". Some of what you want should be available[/color]
      by[color=blue]
      > using the Object Browser; often what you get that way is the only thing[/color]
      you[color=blue]
      > will find on "objects".[/color]

      Thanks Larry.

      I'll try the websites you mention, the Object Browser gives me migraines. I
      wrote a lot of code using a spreadsheet embedded on a form on my home
      computer. Everything worked and then I found out my laptop at work does not
      support the component. I tried copying the component, license file, etc and
      registering it with the regsvr32.exe and all that. It didn't work so I am
      going to re-write the code using the OWC which I know both systems have.
      Shouldn't be too hard if MS actually has some documentation for it.


      Comment

      • Larry  Linson

        #4
        Re: Commands for the OWC Spreadsheet?


        "Colleyvill e Alan" <aecharbonneau@ nospam.comcast. net> wrote in message
        news:b5nhc.8722 $GR.1095836@att bi_s01...[color=blue]
        > "Larry Linson" <bouncer@localh ost.not> wrote in message
        > news:PTmhc.2765 1$G_.12555@nwrd dc02.gnilink.ne t...[color=green]
        > > "Colleyvill e Alan" <aecharbonneau@ nospam.comcast. net> wrote
        > >[color=darkred]
        > > > Does anyone know where I can find a list
        > > > of the commands, methods, classes,
        > > > etc for this component?[/color]
        > >
        > > If I was going to start looking, I'd start at http://msdn.microsoft.com[/color][/color]
        or[color=blue][color=green]
        > > http://support.microsoft.com. I haven't used this one, and have to admit
        > > that sometimes I think the prevailing view around Redmond is that
        > > "documentat ion is for sissies". Some of what you want should be[/color][/color]
        available[color=blue]
        > by[color=green]
        > > using the Object Browser; often what you get that way is the only thing[/color]
        > you[color=green]
        > > will find on "objects".[/color]
        >
        > Thanks Larry.
        >
        > I'll try the websites you mention, the Object Browser gives me migraines.[/color]
        I[color=blue]
        > wrote a lot of code using a spreadsheet embedded on a form on my home
        > computer. Everything worked and then I found out my laptop at work does[/color]
        not[color=blue]
        > support the component. I tried copying the component, license file, etc[/color]
        and[color=blue]
        > registering it with the regsvr32.exe and all that. It didn't work so I[/color]
        am[color=blue]
        > going to re-write the code using the OWC which I know both systems have.
        > Shouldn't be too hard if MS actually has some documentation for it.[/color]

        Actually, there probably is documentation, if only we could find it. I've
        heard a lot, lately, about people having better luck using Google to search
        the Microsoft support websites than going there directly.

        Larry Linson
        Microsoft Access MVP



        Comment

        Working...