View Single Post
  #4  
Old January 2nd 07, 12:56 PM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default VBA scripts sometimes fail to run...



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.

Ads