
Signature
Ricardo Silva [Outlook MVP]
Add-ins for Microsoft(c) Outlook(c)
http://www.rsoutlook.com/us/products.html
Thank you!
> In VBE (ALT+F11), insert> module, then insert>procedure and paste the code
> you can then create a function to call the procedure, and voila.
Get an INVALID PROCEDURE name message - I'm saying
"open calendar" (no quotes) What do I do EXACTLY? Thanks.
> In VBE (ALT+F11), insert> module, then insert>procedure and paste the code
> you can then create a function to call the procedure, and voila.
jaf - 28 Dec 2005 20:31 GMT
Hi,
The code posted starts with "Private Sub cmdLink_Click()" which means you
need to click a button on your form to run the code.
I'm assuming you don't have a form. So it won't work.

Signature
John
johnf202 at hot mail dot com
> Get an INVALID PROCEDURE name message - I'm saying
> "open calendar" (no quotes) What do I do EXACTLY? Thanks.
>
>> In VBE (ALT+F11), insert> module, then insert>procedure and paste the
>> code
>> you can then create a function to call the procedure, and voila.