Search results

  1. B

    Requesting VBA code to make Outlook prompt for confirmation when deleting a task?

    @Diane Poremsky - Thank you for trying. If you (or anyone else) figures this out at some point, please post the solution here. Have a great day!
  2. B

    Requesting VBA code to make Outlook prompt for confirmation when deleting a task?

    Hi Diane, Thank you for taking a shot at this. I look forward to your update. -Blair
  3. B

    Requesting VBA code to make Outlook prompt for confirmation when deleting a task?

    May I ask is there some way, either with an interface setting I can't find or with VBA code, to make Outlook prompt me for confirmation before deleting a task? Here's what happens to me painfully often: I get an e-mail containing something I need to add to an existing task. I double-click the...
  4. B

    Folder pane width change

    I'm not sure this is necessarily a 'fix', but I was having a very similar issue as what you describe, but the converse. I have two monitors - when I run Outlook on the one that's in a landscape orientation, I can resize the folder pane with no problems. When I move the outlook window to the...
  5. B

    ...administrator has limited the number of items you can open simultaneously

    Turns out that turning on Exchange Cached Mode resolved this for me. I still made use of modified code that you pointed me towards. Thanks for the replies!
  6. B

    ...administrator has limited the number of items you can open simultaneously

    Any chance anyone has code handy that will work using a selection of messages, rather than an entire folder?
  7. B

    ...administrator has limited the number of items you can open simultaneously

    Michael, Thanks. That is helpful, although that code operates on all items within a specified folder. I'll have to play with it to get it to function for selected messages. Time for a refresher on Outlook's object model. -Blair
  8. B

    ...administrator has limited the number of items you can open simultaneously

    I am attempting to cycle through the selected items in a displayed (Exchange) folder in the Outlook Explorer, and extract pieces of information from the e-mail messages there. Based on code I found on this site, I have reproduced the problem as simply as possible. The code I'm using is listed...
Back
Top