Search:

Type: Posts; User: thegoddamngman

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    662

    Sub-routine is not getting called

    Hey all, I'm writing a program which calls several subroutines within it. However, I can't get the subroutines to be called within the program. I'm using a simple 'call' within the program:



    If...
  2. [OUTLOOK] Problem using UserProperties.Add method

    Hello all. I'm writing a VBA script to extract the email subject from certain mails. I want to extract the title and then add a UserProperty "Read" to the mails to ensure that the script does not...
  3. [Outlook] Permanently changing email subject

    I need to write a macro that will permanently change the subject of received mails in my account. At the moment, I'm using a simple code


    MyMail.Subject = MyMail.Subject & "READ"

    However,...
  4. Applying macros to primary and secondary Outlook accounts

    Hello once again!

    I'm working on developing a macro for Outlook that connects to an SQLServer and updates a database everytime a mail is received. However, I need to apply this macro to a...
  5. ADODB.Connection object not recognized

    Hello,

    I am fairly new to VB and have just started my first code. I want to create a connection to an SQL database, and I used the standard VBA code:



    Dim c As ADODB.Connection
    Set c = New...
  6. Replies
    1
    Views
    422

    breaking a string into substrings

    I need to break a string into smaller substrings, but the number of characters in the string is variable. Every substring is separated by a hyphen. For example:

    ABC-DEFGH-IJKL-M-NO

    How can I...
Results 1 to 6 of 7



Click Here to Expand Forum to Full Width