Recent content by Fred Dagg

  1. F

    Jump to Inbox folder when click on Favorite

    Thanks Diane. What you seem to be driving at there is an automated way to jump to a folder based on the sender, which I can see makes sense given the example I used of filing incoming email. The thing is its not just an automated filing I'm look for. That was just one use for being able to jump...
  2. F

    Jump to Inbox folder when click on Favorite

    Thanks Diane but that code suffers the same problem. If you give it a folder name that is in your Favorites it will take you to Favorites and select that folder. But it still won't take you to that folder within the full tree of folders. Lets say I have a folder called Customers and under that...
  3. F

    Jump to Inbox folder when click on Favorite

    I had thought I could use SendKeys "{Up}" to get it jump up to the real folder but the navigation pane isn't the active pane after running the code above so keystrokes don't work. Tried ActiveExplorer.Activate but that doesn't solve it. Also you can't just use Set ActiveExplorer.CurrentFolder...
  4. F

    Jump to Inbox folder when click on Favorite

    There are a couple of older threads looking for this (inluding my own posted 4 years ago), but can't post to those now. I came up with a solution that is good enough for me on this. It requires some vba that autocreates a dummy subfolder under the folder your favorite points to. Then we can...
  5. F

    Jump to Inbox folder when click on Favorite

    This has driven me crazy for years. In email, I have an inbox with lots of folders and subfolders. Some of these are Favorites. When I click on a Favorite, I want outlook to jump to that location in the Inbox folder tree. Lets say, amongst many other folders, I have one called Customers, with a...
Back
Top