| Thread | Last Post | Replies |
|
| Can I suppress the additional tab in the customized appointment form in the receiver side? | 17 Sep 2003 10:55 GMT | 1 |
Hi, All, I have a customized appointment form (C.oft) file using the VB scripts, it has an additional tab called "meetinginfo", then I send out the form, the receiver receive the customized appointment form,
|
| VBA Date Help | 17 Sep 2003 02:23 GMT | 2 |
I was looking for some code where I start with current day and loop through 2 years of dates. Anyways I need to build up an array of dates. I am trying to find the 15th of each month and the last day of the month, also if the day of the week is either Saturday or Sunday, I need ...
|
| How do I programmatically tell Outlook to not save a copy of a message in the Sent Items folder and Deleted Items folder when forwarding and then deleting a message? | 16 Sep 2003 18:49 GMT | 3 |
I have an add-in VB 6 COM program that forwards emails using Outlook 2000. When a message is forwarded, it is sent to another email address and then deleted. This is fine and works great. However, after running the VB 6 code (in a VB Add-in project), I end up with a copy
|
| Why does a COM VB Add-in program remain after uninstalling it in Outlook 2000? | 16 Sep 2003 14:50 GMT | 1 |
I have created a COM Add-in using VB 6 (add-in project). This Add-In was then compiled into a DLL file and saved. I then created a setup file for the program using Install Shield Express version 4. (I have also used the Package and Deployment Wizard to create the setup but it
|
| Customizing Toolbar titles | 16 Sep 2003 14:37 GMT | 1 |
After adding a macro to our Outlook toolbar, the title of the button is "Project1.Spam". Is there any way to edit that title ? For example, removing Project1 ?
|
| Checking if what is selected is an email | 16 Sep 2003 01:40 GMT | 1 |
Is it possible to add a check to the code below to ensure that what is/are selected is/are emails, and say, not something from Contacts, or anywhere else ? Set objApp = CreateObject("Outlook.Application")
|
| Printing a calendar in outlook | 15 Sep 2003 13:38 GMT | 1 |
Hi, I would like to write some VB code to print a calendar in outlook. As I can't record a macro to know what the code is, can anyone help me with some code. Thanks
|
| manual Orderpath | 13 Sep 2003 12:22 GMT | 1 |
i have from a adress database, i code that all my adresses in Outlook contacts fill and this is functioned. But, i want in a VBA Form, on a textbox, manual insert the savet orderpath my code is now.
|
| Add a context menu item or VBE to Outlook 2002? | 13 Sep 2003 02:44 GMT | 2 |
Previously I added to Outlook 2002 (by using VBE) a Toolbutton for AVG AV so as to be able to start my AV program with one click. Success. Now I've been trying to add a command to Outlook 2002 and have had only partial success. What I would like to do is have it run either a shell
|
| Outlook security | 12 Sep 2003 20:54 GMT | 3 |
I am using outlook xp. I am trying to run an email mailshot from an Access database application. The problem is that every time Access vba accesses outlook it comes up with a dialogue saying an application is trying to access outlook and there is an option to select the time ...
|
| Re-opening message after MessageClass changed, part 2 | 12 Sep 2003 19:51 GMT | 1 |
I received help from Dmitry Streblechenko (thanks, Dmitry) on code I made to copy and move a selected mail item from one folder to another, apply a new MessageClass, and then open the the moved message with the characteristics of the new MessageClass showing.
|
| Any method to search for a specific string in subject | 12 Sep 2003 19:41 GMT | 2 |
Any one know if there's method that search for a specific string in the subject (not the exact subject)? I tried Find method which give results only if the string to look for and the subject match exactly.
|
| Run code in VB COM AddIn from CommandButton1 on Custom Outlook Form | 12 Sep 2003 17:55 GMT | 3 |
Greetings All, I have a Command Button in the body of my Custom Outlook Form (Not in the menus or Toolbars). What steps do I need to do to allow this button to run code in my VB
|
| Signing a macro | 12 Sep 2003 15:11 GMT | 1 |
I'd like to write a little bit of vba-code in outlook. The macro should be deployed on about 50 machines. To be able to leave the security level to high, how do you recommand to certify my macro (Selfcert-certificates only work on the machine they were
|
| I want a Task edit in a vba-form wen it is selected in Outlook | 12 Sep 2003 14:43 GMT | 3 |
Sue Mosher? I try it in German, i hope you understand me Ich habe zu diesem Thema schon mal gepostet Also, ich habe ein VBA-Formular, auf dem ich alle Felder die ich auch in
|