vba sending mail using groupwise

remy

New member
Joined
Nov 28, 2011
Messages
3
Reaction score
0
Points
0
Helo, im trying your sub(Sub Email_Via_Groupwise) but this too line not work:

Private ogwApp As GroupwareTypeLibrary.Application
Private ogwRootAcct As GroupwareTypeLibrary.account
 
Hi remy...

I suppose, you are talking about Ken's Code http://www.excelguru.ca/content.php?165-Send-Email-Via-Groupwise.

Have you set a reference to the groupwise type library? You can do that by opening the Excel VBA Editor,
select "Tools" in the main menue bar, then "References" and the check the appropriate type library in
the dialogue.

Best Regards :)
 
Just to confirm, that's all sorted?

Remy, what version of Groupwise are you using? I'm curious if I can add another version to that article, as I wrote it while using 6.5.

Thanks!
 
I used this VBA groupwise function for over a year now and and it is working fine with Groupwise 7.0. :)

however, we recently upgraded our groupwise to version 8.0 and the function stops at
Set ogwApp = CreateObject("NovellGroupWareSession")

it says library not supported in VBA debug mode. any solution for this for groupwise 8.0? I am stuck!

Thanks
 
Back
Top