Search results

  1. E

    unable to filter tasks when start date is on or before today

    Hi, did you ever find a solution for this? Thanks!
  2. E

    Open olNoteItem Attachment

    OK, thanks Diane. Not to worry and much appreciated.
  3. E

    Open olNoteItem Attachment

    Hi Diane, How do I open the attachment though? The attached note doesn't seem to be stored in the Outlook temporary folder. If I run my code and then double click on the attachment the note opens up like this (with my Inbox in the background) but if I check the temporary folder nothing is...
  4. E

    Open olNoteItem Attachment

    Hi Diane, Thanks very much for looking at this for me. What do you mean - when you say I need to close the attachment first? I don't see the attachment as open. Thanks, Emmy
  5. E

    Open olNoteItem Attachment

    Hi, I've written some code which creates and then attaches a blank Note to an e-mail: Sub AddNote() Dim objExplorer As Explorer Dim OutlookMsg As MailItem Dim objNote As Object Set objExplorer = Outlook.Application.ActiveExplorer If objExplorer.Selection.Count = 0 Then MsgBox "An...
Back
Top