VB code for Macro

T

Tye Davis

I have set up a rule on my InBox to check for specific
words and move emails to my Work folder. Now I review
emials in my Work folder and drag and drop them into 1 of
4 folders based on a number 1-4. After clicking on the
folder, I need to perform the following on each of the
four folders:

Click on first email in the folder
Clt+A (to select all the emails in the folder)
Ctl+C (to copy)
Drag the selections to a folder name HH
Click #_Button (customized button set to send an email)
Ctl+v (to paste the contents in the body of the email)
Click Send

Steps without the comments:

Click folder
Click first email
Ctl+A
Ctl+C
Drag Selection to HH folder
Click #_Button
Ctl+V
Send

Can you help me with this code?
Thanks
 
Top