| Thread | Last Post | Replies |
|
| VBA method to know Time Period selected from Calendar Day view | 30 Apr 2005 21:06 GMT | 4 |
Does anyone know the VBA method to know what Time Period (say 08:00 am to 10:00am) the user has selected on the 1 Day view from Calendar?
|
| Run a macro | 30 Apr 2005 21:05 GMT | 1 |
Hi! I'm working with a form in Outlook. In the form, i had a command button and i want to save some data in a sql server database. I build a macro called "SaveMyData" but i dont know how to run it from the button. Can anyone help me?
|
| Find and Replace | 29 Apr 2005 14:24 GMT | 2 |
Oultook 2003 I have a large Public folder for contacts and I'd like to be able to programmatically "find and replace". Example - find all "building" and replace with "Bldg." find all "Street" and replace with "St."
|
| How to know prgrammaticaly what signature is being used | 29 Apr 2005 08:05 GMT | 3 |
The Outlook signatures are located in :C:\Documents and Settings\%profile%\Application Data\Microsoft\Signature How do you found out programmaticaly what is the signatures being used ? is this in a Registry Key ?
|
| How to programmatically change caption of macro custom button on Outlook command toolbar with VBA? | 29 Apr 2005 03:50 GMT | 2 |
Outlook 2002 on Home XP sp2 I'm a newbie with VBA programming and the Outlook Object structure etc. I used Tools/Customize/Commands/Macros to select a macro (Project1.ThisOutlookSession.MyFormMarcro) I'd written to create a Custom
|
| Profiles | 28 Apr 2005 22:30 GMT | 1 |
I am trying to find some visual basic info on how to pragmatically setup a profile with outlook 2000/03 I want to be able to add the exchange server name and
|
| Outlook VBA Editor opens automatically | 28 Apr 2005 22:18 GMT | 2 |
a couple of weeks ago i inserted some code into the "ThisOutlookSession" module in the vba editor. The code is successfull and works fine. The problems is when outlook is left running with the macros enabled then the VBA editor tends to keep popping up every so often. Its not ...
|
| X-Fields in the headers | 28 Apr 2005 20:11 GMT | 8 |
Im trying to add X-fields to my out going outlook 2000. I found this great link which in theory tells me exactly how to do this. I have loaded redemption version 3.4.0.402, Removed the '| characters, pasted it into "this outlook session", saved closed, but all I get is the
|
| CDO Fields does not work for UserProperties on Windows XP Tablet PC Edition | 28 Apr 2005 19:18 GMT | 5 |
I have attempted to discuss this topic at outlookcode.com and vbcity.com, but received no replies. Over the past 9.5 months, I have been developing and administering a very large Exchange + Outlook operations solution. I have been able to get past
|
| Non English contact field names in non English Office causing VB problem | 28 Apr 2005 18:56 GMT | 5 |
The German version of Outlook uses German language internal field names. [German] Telefon Assistent
|
| Accessing multiple inboxes - I lost the answer, please resend (Michael)??? | 28 Apr 2005 07:46 GMT | 1 |
I asked the enclosed message and received the reply. Problem is that for some reason, it disappeared and I can't get it back. Can someone resend the reply please. TIA
|
| Macro to send draft emails automaticaly | 28 Apr 2005 07:45 GMT | 1 |
I've created a macro in Outlook 2003 that automaticaly send all emails stored in draft folder. When I run it, I get the message: "A program is trying to send automaticaly an email on behalf of you. Do you want to allow it?" (sorry by the translation from Portuguese).
|
| restrict coversationtopic fails | 28 Apr 2005 02:32 GMT | 3 |
First of all, sorry for cross posting, but there are great resources in both forums and it's better than posting two separate posts. I am running into a problem with the CoversationTopic filter for the Restrict method on Items. I am using this method to retrieve a list of all
|
| Setting dimensions for Dynamic Arrays | 27 Apr 2005 18:24 GMT | 6 |
I use dynamic arrays to hold data from certain Calendar items based on specified criteria . Before extracting the data I don't know how many items will meet the criteria so I do one iteration through all the items to count, then
|
| Application.AdvancedSearch - namespace for Categories? | 27 Apr 2005 15:18 GMT | 3 |
I'm modifying a VBA script which creates searchfolders from a user-defined label to categories. I thought the namespace for that filter would be urn:schemas-microsoft-com:office:office#Category but this does nothing:
|