E
expect_ed
My apologies if this is a redundant post. I responded to a thread from Jan
but it appears there is not a view that shows new replies. If I missed it I
apologize.
My issue is this:
I have about 2 dozen projects active at any one time which change week by
week. I am set up now with macros/toolbars/keyboard shortcuts to route the
selected message to their respective project folders by keybrd shortcut.
I would like to be able to edit the routing without having to go into VBA
and edit code every time. Is it possible to create an array in excel which
would list the ALT key and the target folder and have the seperate Outlook
VBA subroutines reference a cell in that array to know which folder to route
to. Then I could easily change the routing by editing the excel sheet rather
than digging into code each time. This would also make the solution more
easily distributable to my co-workers who could edit their own excel sheets
but are not capable of editing VBA.
So my Macro now is:
Application.ActiveExplorer.Selection.Item(1).Move
Application.GetNamespace("MAPI").Folders("Archival Folder").Folders("Target
Folder")
I think "all" I need to do is replace the "Target Folder" with a reference
to the specific excel cell. Is that possible?? A specific example would be
helpful.
TIA
ed
but it appears there is not a view that shows new replies. If I missed it I
apologize.
My issue is this:
I have about 2 dozen projects active at any one time which change week by
week. I am set up now with macros/toolbars/keyboard shortcuts to route the
selected message to their respective project folders by keybrd shortcut.
I would like to be able to edit the routing without having to go into VBA
and edit code every time. Is it possible to create an array in excel which
would list the ALT key and the target folder and have the seperate Outlook
VBA subroutines reference a cell in that array to know which folder to route
to. Then I could easily change the routing by editing the excel sheet rather
than digging into code each time. This would also make the solution more
easily distributable to my co-workers who could edit their own excel sheets
but are not capable of editing VBA.
So my Macro now is:
Application.ActiveExplorer.Selection.Item(1).Move
Application.GetNamespace("MAPI").Folders("Archival Folder").Folders("Target
Folder")
I think "all" I need to do is replace the "Target Folder" with a reference
to the specific excel cell. Is that possible?? A specific example would be
helpful.
TIA
ed