| Thread | Last Post | Replies |
|
| macro trouble | 21 Mar 2006 21:08 GMT | 4 |
Hi Folk I created some code in VB for Outlook and now, when I try to run it, it tells me that macros are turned off for the document . I changed the security settings under tools>Macros, but that makes no difference.
|
| Button linked to a file in Calendar? | 21 Mar 2006 18:58 GMT | 3 |
Is it possible to add a custom button to the tool bar that would launch someone into an excel file... like a hyperlink? I am an outlook programming newbie so any help is appreciated
|
| Please Help ! Problem updating excel data into access DB | 21 Mar 2006 07:03 GMT | 1 |
I am in need of immediate help Please. I wrote a excel vba script to extratc the data from excel into the MSAccess DB. The script extracts only the first row of the spreadsheet into the
|
| emptying the deleted items folder | 20 Mar 2006 21:25 GMT | 1 |
I have the script below to perform a hard delete on items in the deleted items folder. I have it scheduled aa a task but it only deletes 10 or 20 emails. ' Antonio Gonzalez 3.2.2006, 3.6.2006
|
| Customizing shared calendar colors | 20 Mar 2006 20:39 GMT | 1 |
Is there a way to communicate more than 4 colors "free, tentative, busy, out of office" on my calendar so others can see custom colors when they look at my calendar. I want to communicate other concepts like "this is a really big meeting, and is hard to move, so don't even ...
|
| Using VBA to edit mail body without losing embedded pictures? | 20 Mar 2006 20:38 GMT | 2 |
I want to send emails with pictures embedded, and I also want to be able to fill in placeholder text in my email before they send, eg "Dear <<Name>>". Some of the relevant code I used to do this was:
|
| Item type numeric values for Outlook Late Bind | 20 Mar 2006 18:05 GMT | 1 |
I am trying to redo my VBA codes with Late Bind so that I would not have to use Reference to Outlook. How do I get the underlying numeric values of the following Item Types (or any other Item Types for that matter ): olMailItem, olByValue, olFormatHTML?
|
| bypass item.send command warning | 20 Mar 2006 18:04 GMT | 1 |
Is it possible to bypass the Microsoft Outlook warning message when using the item.send VBA command? I am trying to use my outlook to send aproximately 3900 individual emails and it give me the warning message for each one. "A program is trying to automatically send e-mail on ...
|
| Enhancing filters with VBA - General Question | 19 Mar 2006 16:17 GMT | 1 |
this is the status: Outlook 2003 is connected via IMAP to a remote Exchange (SBS 2000 - not sure at the moment - can check on demand). While configuring Outlook created two PST files, one for the account itself which is not used at all and one for
|
| Read body of MailItem ? | 18 Mar 2006 20:56 GMT | 1 |
I need to create a "Script" for a "run a script" rule action. I am new to the Outlook object model, but familiar with VBScript. I could use a pointer to some documentation, as I haven't found anything clear and straightforward.
|
| Macro to create repeating calender event/meeting | 18 Mar 2006 19:49 GMT | 4 |
I'm looking to create a repeating meeting with a slightly odd repition cycle. What I need is a meeting that falls on the last friday of every month IF the last day of the month falls on a Friday - Tuesday. If, however, the last day of the month falls on a wednesday or Thursday, I ...
|
| Extract several lines of email messages starting from the end | 18 Mar 2006 08:58 GMT | 5 |
I was hoping that someone would give me an idea how to accomplish this. I would like to pull out say the last 5 lines of all messages in my Inbox folder and write them all to a text file. I was thinking about creating a function and set a Position variable to the end of message,
|
| How to find a date | 18 Mar 2006 01:22 GMT | 5 |
Hy everybody, I need an help, I have to find in my deault folder some emails recieved before a particular date, for example 1 Mars 2006. Set Myitem = Myitems.find(StrSearch)
|
| Outlook Calendar - Save as Webpage | 17 Mar 2006 18:56 GMT | 2 |
Evening Gentlemen, I have been out of the development arena for a couple of years. I have a company running outlook, and they wish to share their calendars, Exchange is the way to go, but as a stop gap i am tryng to write some VB that will save
|
| how to add a custom button on the explorer "standard" commandbar | 17 Mar 2006 16:33 GMT | 1 |
Hi all, I would like to create a new custom button on the outlook explorer "standard" commandbar (at the end of the commandbar), in the onconnection event of my connector.
|