+ Reply to Thread
Results 1 to 3 of 3

concatenate values two columns

Hybrid View

matrixknow concatenate values two columns 06-21-2007, 05:19 AM
matrixknow copied the same result 06-21-2007, 05:46 AM
matrixknow found 06-21-2007, 08:52 AM
  1. #1
    Registered User
    Join Date
    05-11-2007
    Location
    Belgium
    Posts
    68

    concatenate values two columns

    It is easy to concatenate the values of two columns in a new column. However can I do this in my code without touching the sheet.

    Argument tree is the first_col and it should be the concatenation of two columns (1 + 4)

    It should be a number of a virtual column.

    Call Get_Duplicates(duplicates, 1, 1, last_row)

    Sub Get_Duplicates(ByRef duplicates() As String, first_row As Long, first_col As Long, last_row As Long)

  2. #2
    Registered User
    Join Date
    05-11-2007
    Location
    Belgium
    Posts
    68

    copied the same result

    =A10 &" "& AN10
    =A11 &" "& AN11
    =A12 &" "& AN12
    When I type the first concatenation he shows the correct result. If I drop down to copied the formula, however he change the reference of the cells but I got the result of the first row

    89589677 89589677
    89589677 89589677
    89589677 89589677
    89589677 89589677

  3. #3
    Registered User
    Join Date
    05-11-2007
    Location
    Belgium
    Posts
    68

    found

    hoi, I thought it was a programming question but it was not.
    It was a basic excel matter.
    You need to go to Tools > Options > Calculation from manual to automatic.

+ Reply to Thread

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