In VB you can simply delete the 'ByVal'. You can (but don't have to) replace
it by 'ByRef'.
--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Keep your Outlook categories organized!
http://www.shareit.com/product.html?...4&languageid=1
(German:
http://www.VBOffice.net/product.html?pub=6)
Am Tue, 2 Jan 2007 17:51:13 +0800 schrieb Lanceford:
BTW, in AddBCC you must declare the
Cancel argument as ByRef, else it won't be passed back.
How do I do this?
Thanks.