Recent content by Viggo_L

  1. V

    Macro to open Public Folders subfolder?

    My organisation uses Public Folders for archiving (advantage unclear). I have created a hyperlink to a subfolder where I need to archive emails. The hyperlink works as intended when placed inside a html email draft. However, I would like to open the same link via a macro (button placed in the...
  2. V

    "Accept + Send the Response now", VBA script?

    With nearly all meeting invites, I accept and press "Send response now" from the drop-down. Is there any clever way to make it more effecient? Maybe a VBA script? Or is there a menu option I havent been able to find?
  3. V

    Name of attachment in replies (HTML) - possible??

    Thanks again! I had this line in my code: strAtt = vbCrLf & vbCrLf & "<<" & oAtt.FileName & ">> " After modifying accordiing to the above, it now works perfectly
  4. V

    Name of attachment in replies (HTML) - possible??

    I only just now discovered that the code (in my hands) does not insert the name of all attachments to the original mail. Any easy solution to this? Apart from that, it works very nicely.
  5. V

    Name of attachment in replies (HTML) - possible??

    1) That is great, the 2 vbcrlf works. 2 lines inserted above attachment name. 2) I followed the link, and came up with this piece of code that I inserted as the last bit: Dim Ins As Outlook.Inspector Dim Doc As Word.Document Dim Range As Word.Range Dim Pos As Long Set Ins =...
  6. V

    Name of attachment in replies (HTML) - possible??

    Thanks! It works now and even utilises my default formatting. Fine tune question: I would like the code to insert say 2 lines above the attachment name so I can start typing right away. I (think I) can see where to insert it, but what do I insert?
  7. V

    Name of attachment in replies (HTML) - possible??

    When I run from the editor, I get the error " Invalid attribute in Sub or Function" when getting to "Private WithEvents oExpl As Explorer".
  8. V

    Name of attachment in replies (HTML) - possible??

    Hi Diane, I am experiencing a problem after pasting the code into the VBA editor. I havent modified the code and have followed the instructions - I believe.... Beginning of my code looks like this (image attached/inserted). Any clue how to fix it?
  9. V

    Name of attachment in replies (HTML) - possible??

    When replying to an email with an attachment, it is removed which is fine. But it would be very useful to have the name of the removed attachment inserted in the reply. I think it works with RFT mails, but my organisation use HTML as standard. Any way of doing this? Thanx!
  10. V

    Selecting multiple folders

    Thanks a lot, thats what I feared.....
  11. V

    Selecting multiple folders

    Often I need to delete a folder after archiving the mail items when the folder is not moved. It results in multiple empty folders in the "Deleted Items" folder. I do not want to empty that, but want to ged rid of the empty deleted folders. I am only allowed to delete the folders one at a time...
  12. V

    Advanced Find - [Today]-3 ?

    Thank you so much! I didnt realize that it could decipher this type of "free text". I am going to use it for a "search folder".
  13. V

    Advanced Find - [Today]-3 ?

    ...Besides, Outlook can already do this behind the scenes, when choosing the condition "in the last 7 days" etc.
  14. V

    Advanced Find - [Today]-3 ?

    I wanted to make a search folder for all emails sent within the last 3 days, the search to include Sent items and other folders. On the "Advanced" pane, I can choose condition "on or before", and I wanted to se the value to [Today]-3. But it doesnt work, it finds the mails sent the entire...
  15. V

    Maintain name of removed attachments - how to?

    Diane, it works beautifully! Apologize that I had to get so detailed out. This is gonna be very useful. Thanx a lot!
Back
Top