J
John Tripp
I have a VBA procedure (see below) which runs from a rule, using the "Run
Script" option. This works fine.
I now tried to export the procedure and then import it to another machine.
The export/import works fine. I save my VBA code and try to build the rule
on the new machine. When the popup opens to select which code to run, the
list is empty.
Help!!! I have tried everything I can think of and read all the posts on
running scripts and can not see what I am doing wrong. Any ideas will be
appreciated.
Thanks, John
Declaration I am using. --------
Public Sub SaveAttachmentsToFolder(oMail As MailItem)
.........
End Sub
Script" option. This works fine.
I now tried to export the procedure and then import it to another machine.
The export/import works fine. I save my VBA code and try to build the rule
on the new machine. When the popup opens to select which code to run, the
list is empty.
Help!!! I have tried everything I can think of and read all the posts on
running scripts and can not see what I am doing wrong. Any ideas will be
appreciated.
Thanks, John
Declaration I am using. --------
Public Sub SaveAttachmentsToFolder(oMail As MailItem)
.........
End Sub