| Thread | Last Post | Replies |
|
| MS Outlook auto configure at user logon(Domain) | 16 Aug 2007 08:50 GMT | 3 |
It want to have the outlook to be configured automatically thorough any logon script so that it will avoid manually configuring outlook user by user. Generally users change there systems on daily basis so i would like to know whethere there is any script which will configure the ...
|
| Writing other peoples calendar | 15 Aug 2007 22:50 GMT | 1 |
When accessing other peoples calendar i get a security warning. I hink that redemption can help me out, but i cant find the methods for it. Posting my code (C#)
|
| Please help on this VBA macro. Error 13, type mismatch | 15 Aug 2007 21:36 GMT | 3 |
HI, Everyone, I am very new to VBA. Recently I upgraded Office 2003 to Office 2007 for the staffs in our company. But some of the macros can not work since then. A person who helf our company long time ago prepared these vba codes. That's
|
| Using DLL in Outlook | 15 Aug 2007 17:04 GMT | 2 |
I would like to add a button to OL and have it collect the entryid for each selected email and write the entryid for each to a file where my app will be able to use them. It would be essential that the user receive a confirm message before the emails entryids are written.
|
| Import Outlook Task Form Data Into Access | 15 Aug 2007 11:14 GMT | 4 |
I have several public task folders from which I would like to import the task information into Access including some form data. I've tried the table linking deal but it doesn't include the start date and other form data. I know the EntryIDs and StoreIDs but can't figure out how ...
|
| Custom Form Code | 15 Aug 2007 03:20 GMT | 5 |
I have a custom form that auto populates a Word template. I do this to populate the subject field and it works: objDoc.MailEnvelope.Item.Subject = "Test" I'm trying to attach to it and it's not working. I'm trying this:
|
| Changing font color in a reply | 14 Aug 2007 18:28 GMT | 1 |
In my company, we often replytoall and make our comments "in-line" - ie by adding text next to the text of the original email. To make our comments stand out, we laboriously highlight our comments and change the font color. Several of us might do this, so we use several different ...
|
| CDO Error (class not registered) | 14 Aug 2007 18:16 GMT | 1 |
I write a VBScript to call CDO, but I get an error message "class is not registered, CDO.Configuration.1". I have re-registered the cdo.dll and cdosys.dll. I have checked the registry and the CDO.Configuration.1 exist "{CD000002-8B95-11D1-82DB-00C04FB1625D}"
|
| Record Macro Outlook 2003 | 14 Aug 2007 06:31 GMT | 7 |
Is there no Record Macro function in Outlook 2003 as per the other MS Office apps?
|
| Place in Centre of Line | 14 Aug 2007 06:23 GMT | 1 |
I am not familiar with VBA, but I have a piece of code (from somebody else's program) that I wish to "tinker" with vbCrLf This command starts another line, is there a similar command that
|
| Deploying macros | 13 Aug 2007 20:48 GMT | 1 |
I've written some simple macros that I want to deploy to about 50 computers. Rather than invest in Visual Studio Processional, I want to just copy the Vbaprojectm.otm file to each user -- none of our users have written any macros.
|
| invalid use of ./!/parenthesis | 13 Aug 2007 18:20 GMT | 2 |
help please! i am getting an error in access "error 2447" invalid use of operator ./!/parenthesis from the following code...where "intcontrol" is a variable for the control indexes on a form "monitor_ib contact master" If Forms![monitor_ib contact master].Controls(intControl) ...
|
| Can I use... | 13 Aug 2007 18:12 GMT | 1 |
Can I use ActiveExplorer.CurrentFolder.Items to retrieve items in a shared calendar on an exchange server? It works for local, but I cannot seem to get it to work for shared.
 Signature Thanks, Dennis
|
| "Do you want to save changes?" - how to disable that in VBA? | 12 Aug 2007 19:16 GMT | 3 |
I've created a code that generates an email message that is obviously intended to be sent, however, the user can choose close and get a message "Do you want to save changes?" that due to some conditions should not occur - is possible to use commend like Excel Application ...
|
| How to add multiple cc Addresses in Outlook 2000 | 10 Aug 2007 20:52 GMT | 4 |
For regular addressees, I use the Recipients.Add method and it works fine for multiple addresses. Is there a collection for CC addresses? If I use oLItem.CC, I can only add one.
|