1. 08-17-2010
    Views:
    189
Page 1 of 55 1 2 3 4 5 6 7 8 11 51 ... LastLast
Threads 1 to 20 of 1090

Forum: Programming VBA Archive

Notice: This forum is closed. Please start threads in the new forums.

  1. Changing the 'Mark item as read when selection changes' at runtime

    Hi, Outlook version 2007 VS2008 Using VSTO and Redemption I need to change the following settings at runtime Mark items as read when viewed in the Reading Pane Wait seconds before...

    Started by Nabil, 06-03-2010 08:38 AM
    • Replies: 1
    • Views: 215
    06-03-2010 11:01 AM Go to last post
  2. Save Current email in Directory.

    Hi all, Brand brand new to VBA coding. Fully fledgling newbee in the ranks! Hoping for a little help. My final aim is to have a button and a drop-down box in a custom toolbar. The dropdown...

    Started by DomV, 06-02-2010 03:46 AM
    • Replies: 1
    • Views: 74
    06-03-2010 12:14 AM Go to last post
  3. How to deploy Outlook Shared add-in

    Hi, I created shared add-in for Outlook using visual studio 2005 and language is vb.net. The setup file is working fine in my machine but it is not working in another machine. When I check trust...

    Started by Gokul, 02-03-2010 10:22 PM
    • Replies: 7
    • Views: 339
    06-02-2010 10:36 AM Go to last post
  4. macro to include email signature

    I have attached the following code to a button on the quick access bar in Outlook. It does all I want except that "body text" erases my default signature. Is there some additional code I could...

    Started by steve sharpe, 05-20-2010 04:04 AM
    • Replies: 4
    • Views: 139
    06-02-2010 03:41 AM Go to last post
  5. Send All emails in Outbox and Quit using VBA

    Hi, I have MS Access creating emails objects in Outlook using a macro. I want to send them all and close outlook after. 1-Open Outlook 2-Send all emails in the outbox folder 3-Close Outlook...

    Started by Steph_canoe, 05-31-2010 12:57 PM
    • Replies: 3
    • Views: 79
    06-01-2010 06:45 AM Go to last post
  6. Opening a web URL that points to PDF file...

    Hello, I have some URLs that points to PDF files... I don't want to open it in a browser... How can I open it in PDF window in silent mode "Invisible window" using VBA? Here it is:...

    Started by Jeffery B Paarsa, 02-08-2010 08:23 PM
    • Replies: 7
    • Views: 166
    06-01-2010 06:32 AM Go to last post
  7. you can delete the email message just sent?

    I would delete the message after sending. What is the code to do so? Thanks

    Started by Drago, 05-30-2010 10:48 PM
    • Replies: 2
    • Views: 79
    06-01-2010 04:02 AM Go to last post
  8. Final Reminder - Microsoft Responds to the Evolution of Community

    What is Happening? This message is to inform you that Microsoft will soon begin discontinuing newsgroups and transitioning users to Microsoft forums. Why? As you may know, newsgroups have...

    Started by nntp@microsoft.com, 05-28-2010 10:20 AM
    • Replies: 1
    • Views: 86
    05-28-2010 04:29 PM Go to last post
  9. Move Sent Email to archival pst folder and mark as read - HOW TO

    Hello, MS OUTLOOK 2003 on XP PRO Awhile ago I was looking for how to do this and it was irritating me that it was so hard to get a straight answer on how to pull this routine together. So I...

    Started by BlueWolverine, 05-20-2010 12:57 PM
    • Replies: 2
    • Views: 106
    05-28-2010 08:54 AM Go to last post
  10. UserForm and ordering variables

    I need help with ordering an set of variables (strSend,strSubj,StrTime) and keeping them in that order. I use a userform to allow the user to select one of the ten formats and assign the order to...

    Started by Chris, 05-27-2010 01:20 PM
    • Replies: 3
    • Views: 91
    05-28-2010 08:45 AM Go to last post
  11. outlook ComAddin deactivated

    Hello, I have developped a ComAddin for olk2003 in VB6. the ComAddin is activated each time Outlook starts. For many days, the comaddin works fine, but sometimes for a unknown reason, it is...

    Started by yves pion, 05-27-2010 09:57 PM
    • Replies: 1
    • Views: 86
    05-28-2010 06:46 AM Go to last post
  12. Start my Outlook from a server

    I have a database that generates an email for sending out orders. The database was originally located on my computer and worked just fine. It has now been moved to a server. The...

    Started by Nan Hauser, 05-27-2010 04:43 PM
    • Replies: 1
    • Views: 80
    05-28-2010 06:39 AM Go to last post
  13. can you do this with Outlook?

    Is there a way to add an email address to Outlook so that it NEVER sends a message to that email address? So if someone says "unsubscribe" can I "blacklist" them and never send to them again. ...

    Started by RBR, 05-27-2010 02:19 PM
    • Replies: 1
    • Views: 73
    05-27-2010 09:56 PM Go to last post
  14. how to save incoming mail in TRUE csv format

    I have a script in Outlook 2007 that automatically saves incoming emails to a folder as a txt. Simply changing my code to olCSV does not comma separate the values. How can i convert this to a csv...

    Started by Matt, 05-27-2010 02:03 PM
    • Replies: 1
    • Views: 85
    05-27-2010 02:55 PM Go to last post
  15. How to change status of a mail marked as a task (VBA)

    I like Outlook feature of combining tasks and marked as task emails in a single task view. I can change status of tasks and THESE EMAILS in a table view. If I send an email and I flag it then it...

    Started by kradam, 05-18-2010 07:03 AM
    • Replies: 2
    • Views: 175
    05-27-2010 02:50 PM Go to last post
  16. Save incoming Email as .html file with name of subject line

    Hello all! I am using the below code to save all incoming emails as an XML file. The problem is that a new incoming email overwrites the previous one. What I'd like to do is name the XML file as...

    Started by Matt, 05-22-2010 06:00 AM
    • Replies: 3
    • Views: 141
    05-27-2010 02:47 PM Go to last post
  17. add a date without holidays

    Hi friends, I have a problem, in a macro I need to calculate a date adding working days only. This add not include saturday / sundays and holidays. For example: 21/5 + 6 days = 31/5

    Started by Christian W, 05-21-2010 11:30 AM
    • Replies: 2
    • Views: 100
    05-27-2010 02:43 PM Go to last post
  18. Saving Emails as Messages Problems with Access Data Collection et

    Ok Community, Ken helped me get 97% of the emails saved as ".msg" format outside of Outlook. However, due to the nautre of what I am copying, I truly need 100% saved. One of the problems I...

    Started by Chris, 05-27-2010 02:13 PM
    • Replies: 1
    • Views: 81
    05-27-2010 02:23 PM Go to last post
  19. Scanning E-mail for Certain words & changing the background

    Hello, I have been asked to write a macro for Outlook that will scan an e-mail for select words such as Voluntary, Surrender, etc. and then change the background (highlight) those words found in...

    Started by Rhutch, 05-21-2010 01:50 PM
    • Replies: 3
    • Views: 123
    05-27-2010 01:55 PM Go to last post
  20. item_send event

    Hi, There is a little problem with Item_send event in OL2003. Supose you have this code in your vba project : Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean) msgbox...

    Started by Gilles LEBRET, 05-25-2010 11:22 PM
    • Replies: 4
    • Views: 116
    05-27-2010 06:45 AM Go to last post

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts