Hi, thanks but I couldn't see anything in that link relating to msoFileDialogFolderPicker.
With the simpler one above, there is a variable called OpenAt. Is there a way to specify this and store the value for next use?
Hi, I asked this a few years ago but didn't get a response.
Was hoping it's now possible.
This macro saves selected emails into a folder chosen by function "BrowseForFolder". It also adds the date as part of the filename. My issue is that the default start folder selected is always the same and...
This macro saves selected emails into a folder chosen by function "BrowseForFolder". If I select "n" emails to save, the dialog comes up "n" times. Is there a way to call it up just once?
Option Explicit
Public Sub Save_Messages_Select_Ask2()
Dim oMail As Outlook.MailItem
Dim objItem As...
This macro saves selected emails into a folder chosen by function "BrowseForFolder". It also adds the date as part of the filename. My issue is that the default start folder selected is always the same and I have to navigate to the folder each time.
I want to use "msoFileDialogFolderPicker" to...
Hi
I use Outlook 2007. I have a Hotmail account as the default and then I have another IMAP account as well.
When I send a small size email (with or without a file attachment) from the IMAP account, all is good. When I send an email with a large size attachment, it sends from the default Hotmail...
Diane
The code below now works with some minor tweak. It will save the email to the selected folder.
Now I would like to have the macro remember the last folder location it saved to; so that if I save more than 1 email I do not have to browse through multiple folders each time.
Is this posible...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.