| Thread | Last Post | Replies |
|
| Suddenly macro doesn't work | 27 Apr 2005 14:55 GMT | 2 |
This macro previously worked without any problem. Yesterday, when installing a new Palm Zire, the contacts got accidentally deleted, but I had them backed up. Now this macro doesn't work. This macro accesses information in outlook from word.
|
| I want to send auto mails to perticular recipients with attacheme | 27 Apr 2005 13:57 GMT | 1 |
I need to send some reports to my seniors at a perticular time every day through MS outlook 2003. Can this task be automated? I want a mail to go to them every day automatically with a perticular attachements at specified time. So I need not to be there every day at that ...
|
| accessing numerous inboxes with vba | 27 Apr 2005 06:32 GMT | 1 |
I am using Outlook 2003 as my client and Access 2003 to access emails from Outlook (parsed emails). My problem is that I have 5 accounts connected with my Outlook and I need to access them individually thru code. Under the "All Mail Folders" I have Hotmail, Personal Folders, ...
|
| Macro help please | 26 Apr 2005 21:11 GMT | 3 |
I need to create a macro that will automatically enter text in an email. However the text is 5 sentences long and each sentence must be on a different line. Also the signature must appear. ANyone know how?
|
| like operator with Or Operator Possible ?? | 26 Apr 2005 20:31 GMT | 2 |
I'm using the Like operator to test the domain of a couple of email addresses. e.g. The way it works right now is
|
| Run-time error '13'" Type mismatch when I run my VBA procedure | 26 Apr 2005 17:49 GMT | 3 |
I get a Run-time error '13'" Type mismatch, when I try to run a VBA macro to use an email template to create an email, and send an attachment When I click the debug button, the following line is highlighted: Set objOutlookAttach = .Attachments.Add(strAttch01Nam) ...
|
| How do I program buttons? | 26 Apr 2005 14:48 GMT | 1 |
Outlook version 200 How do I program the following In calendar there would be 3 button Program 1 Program 2 Program
|
| Very easy question for VB expert | 26 Apr 2005 14:47 GMT | 2 |
Hi, I just started with VB to create a VERY simple Outlook 2000 script. It just takes the first email in a folder, gives it the title "a", and then tests the title. How come the third check fails (see **** ERROR
|
| Same signature for all Outlook user | 26 Apr 2005 02:41 GMT | 1 |
I have published this question to another workgroup, but I guess it was the wrong group, so I republish it here. I would like all e-mails sent out from users (Exchange 2003, Outlook 2003) to have the same signature (like a disclaimer) where obvioulsy the name of
|
| Leave mail on server for a specific folder | 25 Apr 2005 21:36 GMT | 5 |
Is it possible to create a script in outlook that will leave mail on the server for a specific folder within an account rather than an entire account? Regards,
|
| sender name from HTML message in separate window | 25 Apr 2005 15:00 GMT | 1 |
I want to perform automation of outlook
|
| Macro Needed...Simple I am sure | 25 Apr 2005 07:10 GMT | 4 |
All I want in this macro is an automatic way to type out message so to speak. For example I want to hit the macro button and it will automatically type out the message in the email's body. Can this be done?
|
| Delaying Emails? | 25 Apr 2005 07:06 GMT | 3 |
Is it possible to delay the sending of an email for a random amount of time ie. between Now and 1 week?
|
| Can this work via VBA? | 24 Apr 2005 07:34 GMT | 1 |
I want to program such an application. Something like a addin installed on the client outlook side,forbid a user send a "junk" mail,according custom algorithm.somewhat like a junkmail filtering process. It is said that Outlook is a MAPI client, so is a VBA enough to work out . Or ...
|
| A program is trying to access email address.... | 24 Apr 2005 07:29 GMT | 1 |
I wrote a vbScript that manipulates PST files via Outlook 2003 calls... The script runs for several hours processing hundreds of PST's.. The problem is, every @#$$ 10 minutes I need to respond to the dialog box allowing my script access..
|