StargateFan0/2 07 Feb
I have these 2 great macros from a long time ago: ********************************************************************* Sub TASK_CreateTaskFromEmail_WITH_attachment() Dim olTask As Outlook.TaskItem 'Using object rather than MailItem, so that it 'can handle posts, meeting requests, etc as well Dim olItem As Object Dim olExp As Outlook.Explorer Dim fldCurrent As Outlook.
DawnTreader0/1 06 Feb
Hello All I have a system already set up to import emails fields from outlook to access and it actually works really well. but it is reliant upon access pulling the information and i need to be the one to do it. i would like to turn it around. i would like to have a little outlook addin that i can give to a few people that need it to allow them to hit the button and it would export the
Michael0/1 02 Feb
I'm seeing different PR_CLIENT_SUBMIT_TIME values when I'm not expecting it. Our software depends on these times being the same, at least down to the second. Here's an example: If I send myself an email message and compare the PR_CLIENT_SUBMIT_TIME from the message in my Sent Items folder to the message in my Inbox, they are different. When my company had a simpler Exchange 2007
i have the following code that opens a new mail and adds "UNCLASSIFIED" to the start of the subject and body. What i need is some code that will format the the body instance of the word to be bold and larger than the rest of the text that will appear in the body (organisational rules). Sub Unclass_Msg() Dim msg As Outlook.MailItem Set msg = Application.CreateItem(olMailItem) With msg
c_nixon0/1 26 Jan
Hi, im new to this forum and to vba/macos but am looking for a mcro that will populate the subject line and first line of an email with pre-defined text. As an organisation we are required to send mails with protective markings such as Restricted, Personal etc. This should form the begining of the subject line and in the main body of the text. I'd like a macro that opens a new mail and
Hello everyone, I am new to the group and just baby stepping my way into Outlook macros. I need a simple solution. I run 2003 Outlook and I need to creat a simple macro that will write a reply to a message. I intend to use this macro to reply to certain customers under certain conditions by clicking a icon assigned to the macro. This is a sample of something I like to say when I
CAN0/1 17 Jan
Hello everyone, I am new to the group and just baby stepping my way into Outlook macros. I need a simple solution. I run 2003 Outlook and I need to creat a simple macro that will write a reply to a message. I intend to use this macro to reply to certain customers under certain conditions by clicking a icon assigned to the macro. This is a sample of something I like to say when I
wotme0/1 09 Jan
Hi I am using a small code which sends a reply to a specified sender. I would like to add a line the reply referring to the name of the attachment, if there is one. I also want to add my signature. I have activated the signature in options to be added on a reply, but it doesnt appear. I would prefer if possible, to add the signature via code, rather than it appear on every
DawnTreader0/1 08 Dec 2011
here is a post i put in the access forums, just want to make sure i have it somewhere the right people can answer: Borrowed this code from a few different sources to try and hash something together that would run through the email folders and dump specific information from the emails to a table called tblInbox. at the moment i am trying to get it to work with just one folder with in the
Aldz0/1 09 Nov 2011
Good day to everyone. My boss in the office uses 2 email accounts in his pc (1 exchange server w/o OWA and 1 gmail). He asked me to make it so that he would be able to send emails using gmail to internal email in our exchange server when he's abroad. I found vba to be the answer but i'm currently stuck with a synching problem. The way I set it up is I send a mail using gmail to
hannu0/1 08 Nov 2011
hi. when I try to create new message in Outlook I get everytime a
Jean-Daniel Gas...0/4 14 Oct 2011
Hello, After using AddStore method, a new folder "Personal Folders" is automatically created in Outlook. Even if I rename that folder programmingly, you don't see the change until close and restart Outlook. Is there any other way? Thank you!
kevin_crm0/1 12 Sep 2011
Hi there, I want to lock down the public folders in Outlook, so no one can modify them/their contents - i want changes to be made via an Access application I have. However, if i lock down the folders, then ACCESS can't get at them... is there a way to give an active directory account permissions to the public folder(s), and then have the MS Access application "impersonate" that
Filips Benoit0/1 23 Aug 2011
Dear All, I want to export appointments from Excel to Outlook My code works OK but the user wants to export to a specific calendar named 'Promotions' and overwrite a the previous export of that month. So, delete ALL appointments of a specific calendar in THAT month and export the new appointments. 1. How to open a specific Calendar by name? 2. How to delete ALL appointments in 1
Patrick Graven0/3 05 Aug 2011
I had this code in Outlook 2003 it warned me when I sent email without attachment if it found the word attached in the email. It doesn't work in Outlook 2007, please help. Thanks. Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean) Dim lngres As Long If InStr(1, Item.Body, "attach") <> 0 Then If Item.Attachments.Count = 0 Then lngres = MsgBox(" Found 'Attach'
Steve Whalen0/1 02 Aug 2011
when i try to search my inbox i get results that are 6/30/11 and older...nothing from july or Aug...when I know there should be. It's like I have some kind of date range...this just started to happen in the last month or so...
HammerJoe@gmail...0/1 19 Jul 2011
Hello, Can someone help with my issue. Everytime I write an email I need to copy the FROM email (I use different mailboxes) into the BCC field to have a copy of it in the mailbox. It would be nice that everytime I create a new email or reply to one to have that done automatically. Is that possible and how? thank you.
Mickie2002060/1 28 Jun 2011
Hi Re-Posted as I can't find my original post in the group. Hoping someone can help me out here. I am using Outlook 2003 at work and I have recorded a macro but every tme I run it, the standard toolbar is disabled. The macro is a simple 'find and replace' and I was wondering if there is a line of code I can add to the macro to prevent the toolbar being disabled or any other solution.
Mick Hickson0/1 25 Jun 2011
Hi Hoping someone can help me out here. I am using Outlook 2003 at work and I have recorded a macro but every tme I run it, the standard toolbar is disabled. The macro is a simple 'find and replace' and I was wondering if there is a line of code I can add to the macro to prevent the toolbar being disabled or any other solution. I am using Word as email editor and the macro was
WhytheQ0/1 22 Jun 2011
Hello All, I use the following function in Excel to call outlook before creating an email. Using Office 2010 I'm finding that even with the correct setting in the Mail section of our Control Panel that if OL is not running when the function runs then a window appears asking to Choose Profile. I've tried commenting out the two marked lines below and it all seems to run without asking for
Samira Programm...0/4 22 Jun 2011
Hi I'm trying to something similar only instead of saving the reply I would like it to delete the original message from the inbox. Is this doable? "Robin" wrote: > Hi. I would like to create a custom action that pops up a message box on > sending an email. This will ask me whether I would like this saved to my sent > items folder or not. This will make organising my sent items much
ilona tring0/1 07 Jun 2011
is it possible to read in a loop all the items in the deleted/trash folder ? would someone have an example code snippet ? thank you.
ThomasX0/1 06 Jun 2011
I use Microsoft Outlook 2010 I request to you: if anyone can help me write a macro to save all attachments from different emails from senders "XXX" to a folder on your hard disk "c: \ aaaa" I have no idea how to go about writing a macro: ( thanks in advance for your help
knoell72@gmail....0/1 12 May 2011
hei Har nettop innstalert innboks nr. 2 i min outlook.(to forskjellige e- post adresser) Problemet er at den nye innboksen er plasseret helt i bunnen av mappe herakiet. hvordan for jeg flyttet den op og ned i herakiet. Vil gjerne ha de to innboksene ved siden av verandre.
Mike babb0/1 04 May 2011
Hi All, I've built a Microsoft Access 2010 application that imports data from my Outlook 2010 email account. My email is an exchange email account. I'm connecting to the account through Outlook (the mailbox store) and not to directly to the exchange account. In a nutshell, the program imports email, appointments, contacts, notes, and tasks into several tables in Access. It's a very
cinnamngrl0/1 21 Apr 2011
I would like to run a macro on my address book that would search and scrub corrupted info that is fouling up my ability to sync my email address with my blackberry. I did some work on the blackberry side but I realized that my outlook was unable to export all of the entries to a txt file to look at. there isn't any "iscompliant" function, so would be the suggested steps? I have
ozzy nax0/1 21 Apr 2011
hello i just uninstalled my office 2007 and installed a clean copy of office 2010. (my macros are enabled) i am running into the same recent problem as with outlook 2007. i hadnt until a week ago. as i start outlook, i get an error "microsoft visual basic." -- file not found error. with alt-f11 i get into the vba window however the window is empty with no outlook session, or project.
Jay Brigand0/3 12 Apr 2011
Is there any way to check via VBA if the recipient is a specific group or keywords before sending any email to bring up a pop-up saying "Are you sure you want to send this message to a group" Saving you lapse in picking the wrong group to send emails to. Outlook 2007 - Exchange 2003. Thanks in advance.
anne0/1 11 Apr 2011
in the course of a normal day, I need to filter out all messages coming from multiple senders with "Sent of Behalf of" how can I read that from MailItem ?
Graham Mayor0/2 09 Apr 2011
I'm trying to copy from the clipboard using VBA and Excel. When I run the code you have here is get an error: Compile Error: User-defined type not defined. This is on the command -Set MyData = New DataObject ?? > On Sunday, January 28, 2007 7:47 PM And wrote: > An unusual one this one but please read on. > > If I manually copy a range of cells from an Excel worksheet and then
Graham Mayor0/4 06 Apr 2011
All of our office systems were upgraded from outlook2003 to outlook2007 I used to run for each incoming email, a short vba code that would simply log the headers to a drive but can't remember now how I initialized it? Can someone help me? Basically, I want to run a simple piece of vba code, similar to snippet below and have this run for every incoming email I inserted the code
Thomas Hochreit...0/1 05 Apr 2011
Hello *, I need help to start a macro at outlook 2010 at a specific time, e.g. 1:00 am. I just found the "OnTime"-function for Excel but I did not find anything how to do in Outlook. Outlook is running 24 hours/day so I cannot use the Application_Startup() possibility. Thank you for any ideas. Best regards Thomas Hochreither
Al0/1 02 Apr 2011
Hi, I am involved with two business. One has there own exchange server and its very locked down. I am a mere user on this server and have absolutely no permissions as a admin to change anything - nor are they likely to respond to a request for any such changes. I also have my own personal Microsoft Exchange Online account (BPOS). I am wondering if there is a way, I can make a calendar
Graham Mayor0/5 31 Mar 2011
Hi, recently I upgrade Office from 2007 to 2010. I use a macro that loads on startup, for archiving mails. After upgrade, it seems, the entire Macro system on Outlook doesn't load on the program startup. The security notify shows up only when I launch VBA Editor (Alt+F11). The macro works fine with others Office 2010. Mine too. I tried changing macro security, re-creating outlook
brudertl0/1 22 Mar 2011
Hello, I have a script that will copy all received emails to a folder on my c: drive in MSG format. I want to perform the same "archival" on SENT emails... But the option to run a SCRIPT action on sent mail rules doesn't exist??? How can i accomplish this automatically??
Jack Jacobs0/1 21 Mar 2011
Hi all, I would like to be able to send a (selection of) message als an attachment to an attachment-field in an Access 2007 database. So far no problem getting the connection to the database, either by ADO or DAO. I can also manipulate data in the database. So what is my problem? The steps I'm taking are these: -export selected message -connect to database - import message to
Lester Lane0/2 17 Mar 2011
Hi, I want to add a few fields to the standard Contacts form. When I select Design this Form it flickers and I end up looking at a basic version of some kind. I am using Office 2010 so I'm not sure why this happens. Pointers most welcome.
adaya addi0/1 02 Mar 2011
iam going to study for Microsoft exam and plan to sit for it asap . my friends are suggesting me certmagic.com exams . anyone tried them . how good are their exams , are they close to real exams
Michael Bednare...0/9 14 Feb 2011
Hopefully someone here can help....I would like to move items from my inbox based on a specific situation. I have the code below for part of it but I need to add more code to complete it. I am using Outlook 2007 and the code will run from a Module when initiated by the User. I would like to move items if meets ALL three conditions: (1) comes from the Sendername coded below - AND
Michael Bednare...0/5 12 Feb 2011
Hi, I hope someone can help me. Im using Outlook 2007 and I have one mail exchange account with several mailboxes. Each mailbox has its own signature. I have created the different signatures and I would like for Outlook when creating a new email or replying to one to automatically detect which mailbox it is and add to the email the predefined signature. How can this be done? Thanks.
Frank0/1 07 Feb 2011
Is it possible to edit page 1 of a form in outlook? I want to customize a task list but have it wirelessly sync to by blackberry via enterprise server. Alternatively I can hide page 1 and design page 2 but i don't know how to sync this with my blackberry. Any ideas? Thanks
Neil0/1 02 Feb 2011
I am trying to create an Access 2010 e-mail to collect data, but get the message that the "Microsoft Access Outlook Add-In is disabled in Microsoft Outlook" (also 2010). In Outlook Options | Add-Ins, I see the Microsoft Access Outlook Add-in for Data Collection and Publishing (ACCOLK.DLL) in the Inactive Application Add-Ins category. I had upgraded from Outlook 2003 to Outlook
Matthew Carlton0/2 31 Jan 2011
Outlook 2007 I created quite a few macros that will open some e-mail templates. They are in a menu on the Menu bar. The problem is when I leave my computer and come back, the VBA window is open. It is simple enough to close it, but why does it keep popping open? Any suggestions to stop it from opening would be appreciated. Thanks, -- Amy
steve-w0/4 22 Jan 2011
I'm a super novice with VBA, so please bear with my lack of knowledge. :-) Using Word and Outlook 2003, and thanks to code offered in previous discussions here, I have a Send Form command button on a Word form that opens an Outlook message, pre-addressed, with a body text offering "Additional comments:" The only problem is the Word document attachment icon (the message opens in Rich
Julie0/1 21 Jan 2011
Hello I wrote some degree of vb in my personal outlook installation a few days ago. Like other stories I've read on the internet, my VBA project is now completely gone. I have a text back up of the actual code, so I'm covered there. What I cannot seem to get to work is the ability to create a new vbaproject.otm file. I did a complete search starting from root of c: \, and it just
Zdenko Maricic0/3 17 Jan 2011
Hi friends, I have a PST file in my local hard disk and have requirement to read PST file and parse through all folders and then each message item in all folders and then segregate them to different folders based on subject line. Please kindly send the code for the above requirement. Thanks & Regards Ramesh -- ramserp
Gary Lee0/5 13 Jan 2011
Greeting all, How can i differentiate between embedded image inside body of email & image that attached inside mail itself. When i looking into MailItem.Attachments object, it contains these 2 images with no indication whether this image is belong as embedded image or attachment. Please help. Thanks.
JSRothbart0/1 04 Jan 2011
I tried to set up Outlook 2010 and I put the wrong Microsoft Exchange Server information into the Outlook set up. As a result, the .ost file will not open and I get a series of error messages. I have tried to delete the .ost file and start over with the set up (like I could have done for a .pst file under older versions of Outlook) but have had no luck. Does anyone know how to delete an
Joe Joe0/7 04 Jan 2011
Hi, I need to create a macro that will clear filters from the current view. I believe that this should be achieved by manipulating the xml. I started out with the following: Sub clearFiltersCurrentView() Dim strXML As String Dim intFilterStart As Integer Dim intFilterEnd As Integer strXML = Application.ActiveExplorer.CurrentView.XML intFilterStart = InStr(1, strXML,
dk-ronnie0/5 31 Dec 2010
User wants to write a macro in VBA, but when he chooses Tools/macro, he can see visual basic editor on the menu, but it's disabled. Can anyone tell me how to enable it? Thanks in advance