PDA

View Full Version : vba sending mail using groupwise



remy
2011-11-28, 06:28 PM
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

maninweb
2011-11-28, 07:17 PM
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 :-)

remy
2011-11-28, 07:21 PM
YES!!!! thank

Ken Puls
2011-11-29, 04:30 AM
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!

remy
2011-11-29, 01:54 PM
groupwise version is 7.0.2 HP

Ken Puls
2011-11-29, 04:32 PM
Thanks remy, I'll update the help article to reflect that.

Cheers,