| Thread | Last Post | Replies |
|
| O2003 - Check availability of calendar menu bar | 29 Aug 2006 06:29 GMT | 1 |
A week ago I started a thread how to open a group calendar. The only possibility seems to be the ugly SendKeys. But that'll only work if the appropriate (calendar) menu bar is available. Can I check this availability?
|
| Print Email Attachments that are Image Files | 29 Aug 2006 06:00 GMT | 1 |
I have a rule created to run a script when an e-mail is received from a particular sender. The macro (script) saves any attachment sent by that sender to our server. This macro is in place and works fine. I want to add code to the macro to print the attachment. The
|
| Run VBA code on receipt of e-mail | 28 Aug 2006 20:51 GMT | 2 |
Can the receipt of an e-mail run a macro, and if so, could someone post sample code?
|
| Find and run Outlook.exe | 28 Aug 2006 20:22 GMT | 3 |
I'm trying to find a way to find and run Outlook.exe on any user's system on our network. Typically, Outlook.exe is located at C:\Program Files\Microsoft Office\Office\OUTLOOK.EXE on the user's local disk. I need to launch Outlook from a VB Script. My code looks like this:
|
| Routing Email to Exchange Public Folders | 28 Aug 2006 19:55 GMT | 1 |
I have a question for you all. The office I work in has a bunch ( a lot!) of Exchange public folders organized by year. like: Public Folders
|
| Script to add Outlook Address Book to existing profile | 28 Aug 2006 16:14 GMT | 2 |
Hey all, I've seen this mentioned a few times, but I've not been able to find a way yet. Is there anyway to write a script for a user to run that will automatically add their Outlook Address Book to their profile?
|
| Multiple Calendars | 28 Aug 2006 13:37 GMT | 1 |
can i have more than one calandar and how do I open a new one. And/Or Can I change the color of the dots that signify there is a message in that day for different kinds of events?
|
| X-HmXmrOriginalRecipient: soandso@hotmail.com | 28 Aug 2006 06:22 GMT | 2 |
Any ideas on a macro that could get the email addresses from this header field (from multiple emails in inbox) and add them to a text file?
|
| Outlook Express and VBA Macros | 28 Aug 2006 05:29 GMT | 5 |
I have a client that only uses outlook express. Can I create and run macros in outlook express? John
|
| connect and import contacts of VisualFox or any database | 26 Aug 2006 06:43 GMT | 1 |
Hi, is possible create macro what connect to database VisualFox or any database for import contacts(name and address)? How? Thank You
|
| Emptying Deleted Items | 26 Aug 2006 02:52 GMT | 2 |
Firstly, thank you to Sue Mosher for her assistance on a recent question I posted and her solution did the trick. I now have another question! Is it possible to use some code to empty the deleted items folder as part of
|
| Does the Shell method work in VB Script? | 25 Aug 2006 19:18 GMT | 3 |
Good Morning: I've been trying to invoke Robert Sparnaaij's clear cache VB Script from VB Script code on a custom Appointment Item form using the "Shell" method. I've been getting "Type mismatch" runtime errors on "Shell"; indicating that it
|
| Code to extract subject line | 25 Aug 2006 18:54 GMT | 3 |
I found this code from an '02 posting which is supposed to extract the subject line from a designated Outlook folder. The code crashes on the line "AscName = Asc(CharName)"; Error 5, "Invalid procedure call or argument".
|
| FlagDueBy | 25 Aug 2006 06:18 GMT | 1 |
Hi; I send automatic reminders to employees of things they are supposed to provide me with. If something is past due, I would like to have my email set up a reminder at 430 pm on their computer to remind them again to send me the
|
| Outlook VBA tutorial? | 25 Aug 2006 06:09 GMT | 1 |
I want to create a custom VBA script that will look at text in an e-mail, if certain text is contained within an e-mail, an automatic reponse is sent to a certain users, based on text. If email contains account number
|