Results 1 to 10 of 33

Thread: Special concatenation

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    Member
    Join Date
    Jul 2012
    Posts
    55
    Rep Power
    14
    snb, thanks for reply

    Result of VBA cod sould be;

    1;"BEER";"1";"0,00";"1";"1";"1";"";
    2;"VODCA";"1";"0,00";"1";"1";"1";"";
    3;"COGNAC";"1";"0,00";"1";"1";"1";"";
    4;"WHISKY";"1";"0,00";"1";"1";"1";"";
    5;"BEER";"1";"0,00";"1";"1";"1";"";

    Your VBA cod result is:
    1";"BEER";"1";"0";"1";"1";"1";"";
    "2";"VODCA";"1";"0";"1";"1";"1";"";
    "3";"COGNAC";"1";"0";"1";"1";"1"
    "4";"WHISKY";"1";"0";"1";"1";"1"
    "5";"BEER";"1";"0";"1";"1";"1"

    left numbers should not be surrounded by quotation marks.
    If in the seventh column is not a number, must be empty quotation marks (""). I add to first 2 line (in red)
    After last number must be ";" (without quotation marks)
    It must be like result of Rick VBA code.
    Can you fix it? Thanks.
    Last edited by Ingolf; 08-11-2015 at 06:22 PM.

Similar Threads

  1. Flexible Concatenation Function
    By Rick Rothstein in forum Rick Rothstein's Corner
    Replies: 23
    Last Post: 05-11-2019, 08:22 PM
  2. copy special cells with values and formats
    By rodich in forum Excel Help
    Replies: 1
    Last Post: 10-25-2013, 03:55 PM
  3. To Paste special by value
    By ravichandavar in forum Excel Help
    Replies: 7
    Last Post: 08-13-2013, 12:23 PM
  4. FORMATTED Flexible Concatenation Function
    By Rick Rothstein in forum Rick Rothstein's Corner
    Replies: 1
    Last Post: 10-14-2012, 03:48 PM
  5. Remove Special Characters :
    By Rajan_Verma in forum Rajan Verma's Corner
    Replies: 3
    Last Post: 03-06-2012, 09:41 PM

Posting Permissions

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