| Thread | Last Post | Replies |
|
| When is a Modal UserForm 'Semi-Modal'...? | 15 Mar 2006 12:59 GMT | 3 |
Using a fresh install OL 2003 SP2, Win 2000 Pro SP2, E2K 2000 profile. All Com addins removed. I created a UserForm and macro that shows it when its run. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
| Why did my macro suddenly stop working? | 14 Mar 2006 23:22 GMT | 7 |
I have the following Outlook macro which has stopped working/is behaving erratically between machines. It's always behaved perfectly before. We have a client who sends 15 text files embedded in an email (not an attachment). We have to save them out as text files to our network.
|
| Outlook Tasks | 14 Mar 2006 19:51 GMT | 2 |
Is the task list for outlook stored in XML or in something else that's available to external programming (i.e. not VBA?) We have a SAS program that extracts monthly production tasks for an individual from a project tracking system and it would be really nice if we could append ...
|
| Calling a Stored Procedure inside mysql | 14 Mar 2006 19:48 GMT | 1 |
Hi, I am assisting someone trying to look up information for the following question. Please keep in mind that he is computer tech savvy and I am not. If this question does not apply to you could you please direct me to the department
|
| Appointments and Fields | 14 Mar 2006 19:37 GMT | 2 |
I am trying to create a new appointment, but it seems I am creatinh a new mailitem each time because I can't assign things like location, startand end to the appointment. My code is below. Does anyone have an idea about how to go about it.
|
| outlook & VB spam filter | 14 Mar 2006 16:38 GMT | 1 |
I wanna free spam filter, so i'm trying to write it. I'm having a problem finding the current incoming mailitem. Found some code that return the ActiveExplorer item, which seems to be whatever is open in the preview pane, I want the current incoming item.
|
| how to detect programmatically if some code is runing in wordmail | 14 Mar 2006 16:36 GMT | 5 |
Hi dear all, I have some code running in a com add-in with a Word connector , and I would like to know from this code if the word application instance running the dll code is a standalone word application or a wordmail instance.
|
| Simple assign category button | 14 Mar 2006 16:35 GMT | 15 |
Hi, this is my very first attempt at programming anything in outlook. Since assigning categories when sending mails are so well hidden (you have to click at least 5-6 times to assign one to an outgoing message) I want to create a button with code that assigns a certain category to ...
|
| Trouble with importing cells bigger than 255 char | 14 Mar 2006 08:16 GMT | 1 |
I am trying to import an excel sheet into an excel file. It works, however, cells that are more than 255 chars are cutting off...here is the code I am using...Please help!!! Is there an alternative? '*********************IMPORT EXCEL FILE*********************
|
| how can i auto report the count of email in each outlook folder. | 14 Mar 2006 08:11 GMT | 1 |
Can i create a summary of email counts in each outlook folder and send a status report recurring every week.
|
| How do I call a stored procedure inside my sql with a vba script? | 14 Mar 2006 08:06 GMT | 1 |
Hi, I am assisting someone trying to look up information for the following question. Please keep in mind that he is computer tech savvy and I am not. If this question does not apply to you could you please direct me to the department
|
| Populating listbox | 13 Mar 2006 21:42 GMT | 3 |
I am new to Outlook but i know the VBA. I need to populate many listbox's of a VBA form. Should i create access tables or is there an easier way to populate these lists using Outlook. What are the options i have?
|
| How to add a bitmap footer to each outgoing email programmatically | 13 Mar 2006 18:39 GMT | 3 |
I have a process which produces an unique bitmap (time stamped handwritten authenticated signature) and I would like to include this signature bitmap to any outgoing email . So my question is :
|
| Notification for when sent emails are not replied to? | 13 Mar 2006 09:01 GMT | 1 |
Is it possible to create a notification of some sort to let me know when sent emails have not been replied to in a certain time frame? Thank you!
|
| how to disable email change autorization to the recipient ? | 13 Mar 2006 01:17 GMT | 1 |
How to be sure the recipient will not be able to change a word of the email we send him ? To prevent him to resend it modified saying it's your text ? and possibly without WRM ?
|