Microsoft
Software
Hardware
Network
Question : Getting OUtlook97 Version number
Trying to get the version number of outlook through vba. The code I found doesn't seem to work work with Outlook97:
Dim ol As Object
Set ol = CreateObject("Outlook.Appl
ication")
Debug.Print ol.Version
I get the error 438 , Object doesn't support this property or method.
Tried a lot of things, but no go.
I'm thinking if I add an Outlook 2K reference to the mdb file, Access may relink to the Outlook97 refenernce file on that person's PC, so maybe I can use an Outlook object (I think that's early binding or something like that.) Any ideas?
Answer : Getting OUtlook97 Version number
"sometimes have no choice"
This is one of those times!
Random Solutions
XP Administrator/limited account
to sort log files by date
How to compare a .NET Date variable with MSSQL DateTime Column?
Overwrite existing default SMTP certificate on Exchange 2007
How to bypass admin password for vista business?
Corrupted Outlook archive.pst file
Cannot email bellsouth.net addresses.
Audit email redirection in AD.
How to convert multiple PDFs to Text so as to import into excel or access
Microsoft, Access, 2003, VBA, Make a record found in a recordset the current record of a form