| Thread | Last Post | Replies |
|
| Blind CC | 25 Feb 2005 06:54 GMT | 1 |
Is there anyway I can find out if I have any Blind CC people on an email sent to me??? Many Thanks S
|
| currentitem won't work | 24 Feb 2005 22:03 GMT | 4 |
Sub bootstart() strmyinput = InputBox("Platform?") strmyinput2 = InputBox("recruitname?") strmyinput3 = InputBox("TS Password?")
|
| export all addresses in distribution list | 24 Feb 2005 22:01 GMT | 2 |
I am used to coding in other Office programs, but I am unfamiliar with the Outlook objects so I'm not sure where to start. I need to write a code that will export the name and email address of every person in several
|
| import xcell data into access | 24 Feb 2005 20:06 GMT | 1 |
how can I automate loading multiple excell.csv file into a access table
|
| Copy Body of Message to Excel | 24 Feb 2005 17:35 GMT | 4 |
First my apologies: I'm rather new at Outlook programming. Could someone provide me with some instruction as to how I would copy the body of an email message and paste it into the first empty row of excel via an outlook macro?
|
| Properties of Attachments | 24 Feb 2005 15:45 GMT | 4 |
Is there anything that will let me get the properties of a linked document attachment as seen by right clicking the attachment and going to properties. In particular, I'm trying to get the Location of the file so I can save it to disk. I'm using CDO code right now, so if it's ...
|
| How do I create a macro to close folders and clear the message fla | 24 Feb 2005 15:34 GMT | 3 |
I am using Outlook 2002. I use rules to move messages to folders and mark them as read. I also indicate to clear the message flag, but it does not always work. I would like to create a macro to run after the move that will close the floder tree that contains the folder the ...
|
| Automatically Print Calendar | 24 Feb 2005 14:32 GMT | 1 |
How do I set up Outlook 2003 to automatically print a calendar at a certain time each day?
|
| using contact entry form for all contacts | 24 Feb 2005 11:47 GMT | 1 |
I have updated from Office 2000 to Office XP(2002). In 2000 I used formsadmin.exe and another program to change the message class so that all contacts would use my published contact form. I have searched for the read me
|
| Outlook Message body to read only | 24 Feb 2005 11:46 GMT | 1 |
I have the followibg code Function Item_ReplyAll(ByVal Response Dim MyFolde Dim MyIte
|
| Import a Personal Adressbook and add Outlook-Adressbook | 24 Feb 2005 09:45 GMT | 2 |
Our company used to work with Exchange Client software and we used PAB- files for adressbooks. Now we are moving to Outlook 2003 and we want to import the users PAB-files into Contacts. Is there a way to do this automaticly using a VB or VBA program?
|
| Item_Open and NewInspector events not triggered? | 24 Feb 2005 08:20 GMT | 2 |
I need opening my form(based on mailItem) and hide some standar buttons(Reply,Replay all...) and open my own toolbar with commandbuttons to make some task. managed with showing/hiding toolbars
|
| Two Very Puzzling Outlook 2003 Issues | 23 Feb 2005 22:20 GMT | 3 |
I'm using VB.NET to read emails in Outlook 2003. Here are my 2 puzzling situations: 1) I "Dim oApp As New Outlook.Application" and Dim whatever else I need in a Sub.
|
| VBA Programming Public Shared Calendar | 23 Feb 2005 22:19 GMT | 4 |
When a user enters a shared public calendar, I would like to ask the user to enter in a subject. The subject entered by the user would then be used to filter all the appointment in the calendar. Only the information that contains the information in the subject enter by the user ...
|
| User form for new messages | 23 Feb 2005 19:03 GMT | 2 |
Dear Experts, I want to allow outlook to view a form on the screen (as an alert) whenever I receive an e-mail from specified user. For example (I want a message to be displayed whenever “Anne ” sent an e-mail)
|