Outlook Project Management Template

R

Ron Marsden

Some time ago I added the template above to Outlook
97/98. My company has since upgraded to Outlook 2002 SP-
2 and I am now getting an error when I try to notify
someone that they have a task assigned to them I get a
runtime error which I am unable to debug.

Please help.

Ron M.
 
S

Sue Mosher [MVP-Outlook]

Have you tried stepping through the code in the form's script to determine
which statement is generating the error?
 
R

Ron Marsden

Sue,

Yes, I've tried bur this is an area where i don't have
much expertise.

The debugging points to the statement shown below. It
stops at "Item.actions("Send Mail").Execute"

The mail actually gets sent but the attachment, which is
supposed to be a task, cannot be opened.

Any thoughts?


Sub TaskMail_Click

Item.save
Temp = MsgBox("Mail will now be sent to the
assigned person, informing him/her that there is a task
for them in this folder",0,"Sending Mail")
Assigned = item.userproperties.find
("TempTo").value
Item.actions("Send Mail").Execute
End Sub

Ron marsden
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top