Group:  Microsoft Outlook ยป microsoft.public.outlook.program_vba

Geek News

Threads Replies Last Post
119 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  >>  
E-mail are Unreadable Format
One of The User Receving Mail In this Format. How to Solve the issue Content-Type: multipart/alternative; boundary="part325175-boundary-892538733-584096384" MIME-Version: 1.0 --part325175-boundary-892538733-584096384 Content-Transfer-Encoding: base64 Content-Type: text/plain; charset="utf-8" RGVhciBSaWtrZSwNCg0KVGhhbmsgeW91IGZvciB5b3VyIGVtYWlsLiBXZSB3b3VsZCBiZSBmaW5l IHdpdGggYSB2ZW...
2 10/7/2008 12:13:29 AM
Refering to a folder
I created a folder under the "Personal Folders" root How do I refer to it using VBA? Bre-x ...
3 10/6/2008 8:59:41 PM
outlook 2007 warning message when emailing from Access
I finally found a vb script that will email out my reports to individual recipients. Works great! Now I'm encountering the dreaded warning message about "A program is trying to automatically send email on your behalf". I've looked at several solutions, but with my extremely limited knowledge of scripting, I can't figure out how to incorporate the solutions in my Access process. Here ...
3 10/6/2008 6:04:02 PM
Macro to rename Subject of E-mail on exchange server(2007)
Hi all, I work with many different people and we all use the same inbox, called ServiceDesk. To keep more than one person from responding to an e-mail, we usually put our initials in front of the subject of the e-mail. I was wondering, can anyone point me to a macro that I could create that would automatically insert initials in the subject line? Thanks in advanced....
5 10/6/2008 2:30:28 AM
drag and drop
Outlook 2003 SP3 Hi, I want to drag and drop a file into the notes section of a task and have it insert the hyperlink instead of inserting the file. Is there a way to programatically do that? Can someone point me in the right direction? Thanks, Joel ...
2 10/4/2008 7:32:55 PM
Is this possible?Shared calendar reminders between 3 people &remin
Hi, I'm working on creating a macro to create 2 appointments, but it has to send reminders to 3 specific people. I have the code to create items in the Calendar so I can modify it and setup the 2 appointments, but how do you get Outlook to use a shared calendar and setup 3 reminders is beyond me right now. Also how do you substract a date variable in VB? I'll be asking a user for a date...
2 10/3/2008 9:40:01 PM
Auto Expot to Excel
Is it possible to automatically export the subject line and date/time received to excel? Ideally only certain subject lines but all would be fine as well. Thanks -- Message posted via http://www.officekb.com ...
3 6/30/2007 10:16:20 PM
AdvancedSearchComplete event handler
Hello MVPs, hello everyone, I am trying to write me eventhandler to catch the event AdvancedSearchComplete. <SCRIPT FOR="Outlook" EVENT="AdvancedSearchComplete()" language='vbscript'> alert("search is completed"); </script> But some how this alert has never come up. Any idea? Or do you have another way to catch the event? Regards, Hena ...
4 6/30/2007 5:10:00 AM
Problem create mail with Vista
To automatically create a mail with an attachments I've always used this code: Dim allegati As Outlook.Attachment Set OutLk = CreateObject("Outlook.Application") Set email = OutLk.CreateItem(0) With email ..Subject = "Subject" ..Body = "Body" Set allegati = .Attachments.Add("c:\test.txt") ..Display End With Set email = Nothing Set OutLk = Nothing I use this code since 2-3 years ...
4 6/29/2007 6:50:55 PM
"Sticky" posting at the top
We have various shared mailboxes and public folders that we use to track issues and processes electronically. As there are hundreds of users in the company, providing documentation and training for using these resources in Outlook is an ongoing need. Some users might not use the mailboxes or folders for a long time after receiving training, so they forget how to get started. We hav...
7 6/29/2007 4:01:24 PM
Copy email before sending into a database
Hi, I have worked on excel macros but outlook looks entirely different.... I have a set of users in my company using outlook 2003. When they send an email, i need to export a few fields like -- to: , bcc: cc: sent, body etc into a SQL database. Can anyone help me with the code? Thanks, Yash ...
1 6/29/2007 10:47:43 AM
script lost on closing outlook
I added a small VB script in Outlook 2003 that checks all emails before sending for empty subject field. The script ran successfully and showed warning messages when I tried sending mails with blank subject. But when I close outlook and reopen after sometime, the script is lost permanetly. Any idea how to save the script permanently in Outlook? Thanks in advance!...
1 6/29/2007 9:10:01 AM
If then - do while - vlookup combo
Here is the code that I currently have. It works as long as the user either leaves it blank or enters a correct number. However, I can't figure out how to insert an if then for when the user enters a wrong number without it having an error. Any help is appreciated. Option Explicit Sub GetAnswer() ' Created by CJ 'Enter an abbreviation and this will tell you which branch it is for....
2 6/28/2007 9:18:02 PM
How to display text of a hyperlink in an email body?
I would like to put Click Here where a person could click on that phrase and it would open the link to http://www.test.com ..Body = "This is test " & "<href=" & Chr(34) & "http://www.test.com/" & Chr(34) & ">Click here" does not work. Is there a way I can insert the link and the display text in the email body?...
4 6/28/2007 6:39:45 PM
Outlook 2003 Script How to obtain the number of item in a folder ?
Hi all, How can'I guet the number of items in a specific Public Folder thank's ...
2 6/28/2007 5:33:25 PM
usa VBA to open an Outlook From
Please Help! I would like to know the VBA code to open and Outlook form I created that is in the Personal Forms Library. I am currently using Access to send E-mail to people that are stored in my database. I am using the code found in here http://support.microsoft.com/kb/209948/en-us I think I have to change one of the following lines of code to something else that refers to the...
4 6/28/2007 5:12:01 PM
Reply/Reply All
VSTO and VB.Net 2005, is there REALLY a way to capture the Reply or Reply All events? I see lots of discussions about Inspectors, but there's nothing that actually captures the event. I see lots of code regarding assumptions such as the size of the e-mail is 0 and the Reciptients are greater than 1 but that would give me no way to cancel a Reply or Reply All. The goal is to prompt the u...
10 6/28/2007 5:05:12 PM
script to create signatures to all users
Hi, How can I create signature for all our users once they login? I have HTML file that sets the CSS and fonts, I want to use this file in a script and create signatures in outlook 2003. We are using windows 2003 AD, outlook 2003/2007 and XP pro. I am already using a script that gets all my AD user info and create signature using Word, but my manager wants to use HTML code that he de...
1 6/28/2007 2:56:10 PM
Calendar Macro for Outlook 2007
I have a macro that works in Outlook 2003; however, it no longer works in 2007. A .cvs file is attached to an email and the macro is to put the information from this file into the Outlook Calendar. It should delete previous calendar entries within the same date range and replace with what is in the new file. Could someone please help me convert my macro for 2007? Below is my current ...
4 6/28/2007 1:46:50 PM
Macros in outlook - for printing
I am trying to figure out a way of creating a macro so that I can clik on a single button to print an email with a certain printer setting. This is to try to be a bit greener so that I can print emails. So I want to priint all my emails double sided. I can easliey do thi sin word by just creating a macro by using the record macro function. There does not seem to be a record macro function i...
1 6/28/2007 12:29:45 PM
Outlook 2003 Script
Hi all, How can'I guet the number of items in a specific Public Folder thank's ...
2 6/28/2007 11:22:59 AM
Backup external application
Hi Is it possible to program Outlook 2003 running on Exchange 2003 to backup an Excel Spreadsheet every Friday. I have an Excel spreadsheet that I want to back up every Friday and save it with a new name. I can write this in Excel, but my problem is that I am only in every other Friday so won't be able to open the spreadsheet to run the macro. I do have Outlook running on Exchange and ...
1 6/28/2007 8:20:13 AM
Outlook.Selection Recurring Appointment
I need to identify the currently selected instance of a recurring appointment. The following code always returns the original AppointmentItem not the recurrence. Public Sub DisplayItemInfo() ' display the props of the current item Dim myolApp As Outlook.Application Dim myOlExplorer As Outlook.Explorer Dim myOlSel As Outlook.Selection Dim myOlItem Dim myPr...
1 6/28/2007 7:02:06 AM
Outlook Code
Hi I have copied the code below. However I cannot seem to get it wo work, what do I need to change where it sys Personal Folders as this is the bit that seems not to work. I have both my own folder in outlook and a public one. Set TargetFolderItems = ns.Folders.Item( _ "Personal Folders").Folders.Item("Temp").Items ...
2 6/28/2007 5:40:07 AM
I need help writing a code....
Hi there, need help writing a code that checks if the e-mail entered in a filed is proper (UserName@domain.com) or any possible ending of e-mail address... Hope to get help, this is for my project.... Thanks!...
2 6/28/2007 5:34:56 AM
119 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  >>  

Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net