Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 160
Default Getting Outlook version number

Hi all,


I'm running Excel 2003 and Outlook 2010.

Is it possible to obtain the version of Outlook from Excel VBA?


TIA,

CE
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,045
Default Getting Outlook version number

On Sun, 24 Mar 2013 09:51:12 +0100, "Charlotte E." wrote:

Hi all,


I'm running Excel 2003 and Outlook 2010.

Is it possible to obtain the version of Outlook from Excel VBA?


TIA,

CE


With Excel 2007, the following works:

==============================
Option Explicit
Sub GetOutlookVersion()
Dim objOL As Object
Set objOL = CreateObject("Outlook.Application")
Debug.Print objOL.Version
End Sub
=========================
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 160
Default Getting Outlook version number

It also works in XL2003 :-)

Thanks...


CE


Den 24.03.2013 13:03, Ron Rosenfeld skrev:
Option Explicit
Sub GetOutlookVersion()
Dim objOL As Object
Set objOL = CreateObject("Outlook.Application")
Debug.Print objOL.Version
End Sub
=========================

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to put a STATIC version of a range of cells into an Outlook em Jane0218 Excel Discussion (Misc queries) 2 April 21st 08 07:43 PM
Version Number Property geoffkb[_2_] Excel Programming 3 August 10th 06 12:19 AM
increment version number Lozza77 Excel Discussion (Misc queries) 4 May 17th 06 09:17 AM
Creating a (Modal) version of File :: New :: Contact from Excel (into Outlook) [email protected] Excel Programming 0 February 1st 05 01:53 PM
VBA get lotus notes version number Michel C Excel Programming 1 October 29th 04 02:08 PM


All times are GMT +1. The time now is 10:33 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"