Group:  Microsoft Excel ยป microsoft.public.excel.setup
Thread: Programmatically finding 2007 Excel and other Office GUIDs

Programmatically finding 2007 Excel and other Office GUIDs
Ted 12/26/2008 4:56:02 PM
I'm looking for a URL or other document for 2007 Office that is similar to
the information for Office XP found on this URL

http://www.microsoft.com/office/ork/xp/journ/prog0001.htm

that is is how do I programmatically detect whether a system has 2007 Excel
(and other Office products) installed?

Thanks,
Ted
RE: Programmatically finding 2007 Excel and other Office GUIDs
Gary''s Student 12/30/2008 10:44:03 AM
Perhaps:

Sub dural()
On Error GoTo notthere
ChDir "C:\Program Files\Microsoft Office\Office12"
MsgBox ("2007")
Exit Sub
notthere:
MsgBox ("Not 2007")
End Sub

If the Office 12 folder is missing, then components of Office 2007 are
normally not installed.
--
Gary''s Student - gsnu200822


"Ted" wrote:

[Quoted Text]
> I'm looking for a URL or other document for 2007 Office that is similar to
> the information for Office XP found on this URL
>
> http://www.microsoft.com/office/ork/xp/journ/prog0001.htm
>
> that is is how do I programmatically detect whether a system has 2007 Excel
> (and other Office products) installed?
>
> Thanks,
> Ted

Home | Search | Terms | Imprint
Newsgroups Reader