Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default VBA get lotus notes version number

Hi,
I looking for a code to let me capture the Lotus Notes version number
installed on the computer. Could you help me ? Thanks in advance!
Michel

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default VBA get lotus notes version number

Public Sub NotesMailOLE()
Dim objSession As Object
Dim ver As String

Set objSession = CreateObject("Notes.NotesSession")

ver = objSession.NOTESVERSION
MsgBox ver

Set objSession = Nothing
End Sub

I couldn't find how to close the note session it starts.

In tools = references in the VBE create a reference to Lotus Notes, then
you can look at the object model in the object browser.

--
Regards,
Tom Ogilvy



"Michel C" <Michel wrote in message
...
Hi,
I looking for a code to let me capture the Lotus Notes version number
installed on the computer. Could you help me ? Thanks in advance!
Michel



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
Lotus Notes Steve Excel Discussion (Misc queries) 0 February 25th 09 08:27 PM
lotus notes email pdaws Excel Worksheet Functions 2 October 2nd 08 04:08 PM
lotus notes attachments dunks Excel Worksheet Functions 0 March 28th 07 03:07 AM
Lotus notes link Yogi Smith Excel Discussion (Misc queries) 1 July 10th 06 04:59 AM
Lotus Notes Newbie Excel Programming 0 September 20th 04 01:55 PM


All times are GMT +1. The time now is 10:03 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"