For/each question for multiple selected emails

N

noone

I have added a macro button to my toolbar, which calls this
code:

Sub Spam()
SendKeys "%aw"
SendKeys "#Unsolicated Email"
SendKeys "%s"
SendKeys "{DELETE}"
End Sub

It basically forwards the email to our spam addy, then deletes it.
However, when multiple emails are selected, they are forwarded
as one message as attachments.

Is there any way to mod this code, sort of like, "for each message
selected" ?

Thanks.
 

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