Results 1 to 9 of 9

Issue with programming.

Threaded View

  1. #1
    Registered User
    Join Date
    06-02-2008
    Posts
    5

    Issue with programming.

    Hi guys,

    I am doing a function in MS Excel, the function should concatenate e-mail adrresses separated by semicolons. I will put The e-mails in the column A from a worksheet named BDD. The VB code does not work properly, because when I tried to put the whole string on the content of the cell using either one of the following statements, I get an error message 1004 in execution.
    '        ActiveCell.Formula = cadena_de_correos(5, Columna_1, Fila_1)
    '        Cells(Fila_2, Columna_2) = cadena_de_correos(5, Columna_1, Fila_1)
    Cadena_de_correos() is a string type function that creates a string with all the e-mails separated by semicolons and will return it.
    Last edited by royUK; 06-04-2008 at 01:21 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1