![]() |
|
#4
|
|||
|
|||
|
The code works on items you select.
You will probably find For Each logic skips every other item if you select multiple items. This issue occurs when moving or deleting. If so then select only one item at a time until you know how to change For Each objItem In Application.ActiveExplorer.Selection to For i = Application.ActiveExplorer.Selection.Count to 1 step -1 |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| move emails to folder with a subject that is similar | megatronixs | Outlook | 0 | 10-14-2014 03:05 AM |
Outlook VBA rule to search email attachements and move the emails into a folder
|
genius7 | Outlook | 6 | 09-09-2014 07:01 AM |
Move files from one folder to another
|
obasanla | Word | 1 | 09-28-2012 04:42 PM |
| Move conversation to folder after replying | karlads | Outlook | 0 | 01-28-2012 12:52 PM |
| How to move pics in excel to another folder? | SPI | Excel | 1 | 08-19-2008 11:58 AM |