Recent content by apugarte

  1. A

    assign unique number email

    It says somethin like this: Maybe the program which created the attachment is not installed properly or been moved or deleted. Reinstall the program (I have a spanish OL version)
  2. A

    Can't read my mails if they are on a folder...

    I have a 17.5GB mailbox. It has too many folders as you may imagine... Well, right now if I try to look for an especific mail, I exapand my folders to reach the one that contains the mail I'am lookin for... But suddenly it appears like all my folders ar dissapearing, then Outlook goes to a...
  3. A

    assign unique number email

    Thank you so much... Yesterday the first code worked fine... Today I received an error on this line: Set myOlApp = CreateObject("Outlook.Application") (The error - 2146959355 (8008005), it says that probably I need to reinstall my program) So I couldn't try...
  4. A

    Assign a unique number to every message I send

    I found this code on your slipstick page... It almost cover my needs... I need to assign a number to every message I send, not matter if is randomly assgined o sequentaly, it only needs to be unique for each message... Public WithEvents myOlApp As Outlook.Application Private...
  5. A

    assign unique number email

    I Tried to copy this onto this code... Public WithEvents myOlApp As Outlook.Application Private Sub Application_Startup() Initialize_Handler End Sub Public Sub Initialize_handler() Set myOlApp = CreateObject("Outlook.Application") End Sub Private Sub...
Back
Top