Results 1 to 3 of 3

Thread: .csv file

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2003
    Location
    germany
    Posts
    10

    .csv file

    Hey,
    I' ve got a .csv file that contains the following, opened with an editor:

    1;2
    2,4
    3;6
    4;8

    When I double-klick the file, Excel shows it like above. But when I first start Excel and open the file with the open dialog, it' s shown like this:

    1 2
    2 4
    3 6
    4 8

    The values' re seperated into cells. How can I get the first output using VBA?
    Thanks,
    Alexander Fleck.

  2. #2

    Thread Starter
    New Member
    Join Date
    Oct 2003
    Location
    germany
    Posts
    10
    Hey,
    I solved it by myself. I' ve to set the lines into "s, like:
    "1;2"

    I don' t know the english word for "s.

    Thanks,
    Alexander Fleck.

  3. #3
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950
    Originally posted by alexander_fleck
    I don' t know the english word for "s.
    Alexander Fleck.
    Double quotes, or quotation marks.

Posting Permissions

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



Click Here to Expand Forum to Full Width