Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Confusion about OWC9, 10 and 11

1 view
Skip to first unread message

RDK45

unread,
Feb 25, 2004, 7:20:06 PM2/25/04
to
...If I understand correctly pages I've developed using the OWC control
which came with Office 2000 and which work just fine with Office 2000 and
Office XP, will not work with Office 2003. Correct?

And that the fix for Office 2003 users is to install the OWC 9 control. I
have found the OWC10.EXE on the Microsoft site, but I assume it is for
version 10 and not 9? Where can I find the necessary install which will
allow my clients to view these pages when using Office 2003?

If it is on the Office 2000 (or XP) CD, which file(s) are required? Is
there a separate setup for this? If not then which files need to be
installed and registered for the pages to work correctly?

Will any of this affect the correct operation of Office 2003?

Thanks in advance for your help......RDK


Alvin Bruney [MVP]

unread,
Feb 26, 2004, 10:27:41 AM2/26/04
to
> ...If I understand correctly pages I've developed using the OWC control
> which came with Office 2000 and which work just fine with Office 2000 and
> Office XP, will not work with Office 2003. Correct?
correct

> And that the fix for Office 2003 users is to install the OWC 9 control. I
> have found the OWC10.EXE on the Microsoft site, but I assume it is for
> version 10 and not 9? Where can I find the necessary install which will
> allow my clients to view these pages when using Office 2003?

owc9 is only available on office 2000 setup cd. I am not aware that it is
available as a download from the microsoft website.

> If it is on the Office 2000 (or XP) CD, which file(s) are required? Is
> there a separate setup for this? If not then which files need to be
> installed and registered for the pages to work correctly?

if you copy the owc9 dll and register it on the client, it should work.
Otherwise you would need to run the setup owc shell.

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"RDK45" <rdk_news@NOT_THIShotmail.com.OR_THIS> wrote in message
news:%23uyaO5$%23DHA...@TK2MSFTNGP10.phx.gbl...

RDK45

unread,
Feb 26, 2004, 11:17:06 AM2/26/04
to
Alvin.....Thanks, you have confirmed my suspicions.....RDK

"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:u3zSW0H$DHA....@TK2MSFTNGP09.phx.gbl...

Patrice Dargenton

unread,
Mar 6, 2004, 4:25:59 AM3/6/04
to

"Alvin Bruney [MVP]" <vapor at steaming post office> a écrit dans le message
de news:u3zSW0H$DHA....@TK2MSFTNGP09.phx.gbl...

> > If it is on the Office 2000 (or XP) CD, which file(s) are required? Is
> > there a separate setup for this? If not then which files need to be
> > installed and registered for the pages to work correctly?
> if you copy the owc9 dll and register it on the client, it should work.

It works fine !!! Thanks.
You can do for example like this :

Dim oObject As Object
CheckItAgain:
On Error Resume Next
Set oObject = CreateObject("OWC.Spreadsheet.9")
If Err <> 0 Then
Err.Clear
If vbCancel = MsgBox("Setup OWC9 ?", vbOKCancel) Then Exit Function
Shell "Regsvr32.exe MSOWC.DLL"
GoTo CheckItAgain
End If
Set oObject = Nothing

-------------------------------------------------------
Patrice Dargenton
patrice....@free.fr
http://patrice.dargenton.free.fr/index.html
-------------------------------------------------------

0 new messages