About 63 results
Open links in new tab
  1. VBA to open .CSV files | MrExcel Message Board

    Jul 12, 2016 · When Excel "sees" a file with a CSV (Comma Separated Values afterall!) extension, it mandates that the text is separated by commas. Changing the file extension will …

  2. Macro to open CSV file ";" delimited | MrExcel Message Board

    Jan 19, 2009 · Hi Excel Gods, I am looking to tweak below VBA code to be able to open X number of CSV file (; delimited) and to have the CSV file in the excel workbook as text (All …

  3. Opening CSV file in macro is changing format of a column - MrExcel

    Aug 24, 2016 · or - Open the CSV file in Excel from the Data -> Get External Data -> Text menu/ribbon. Either of those methods will invoke the Import Wizard, giving your control over …

  4. Opening CSV's as Text | MrExcel Message Board

    Feb 25, 2002 · Is there a way of forcing Excel to use the text file opening wizard to open a CSV file? The file I have is full of extraneous crud and dates written as YYYYMMDD that I can …

  5. VBA code to open CSV file and extract the data in a Excel sheet

    Apr 7, 2022 · Hello! I have a issue with making a code that will extract the data/table from the csv file to a designated Excel (.xlxs) file and sheet. The thing is that the full table is only visible …

  6. I am losing data when I open a CSV in Excel

    Aug 2, 2019 · When I save this file as a CSV and open it in Excel I now have 499,579 rows. But, when I go back and open this same exact file in notepad I have the original 499,846 rows. The …

  7. file dialogue box to open CSV file | MrExcel Message Board

    Jul 5, 2008 · Dear All, I am trying to use the following code to open first an Excel file and then a CSV file. the Excel filter is fine. However I cannot get the filter to show only CSV Files (see the …

  8. Excel 2024: Prevent Default Conversions - Excel Tips - MrExcel …

    Jan 3, 2025 · Since the beginning of time, Excel has performed some annoying conversions. The conversions happened automatically when you imported from a CSV or Text file, Pasted from …

  9. Import csv data source to pre-formatted excel template sheet

    Feb 12, 2017 · A standard File Open window will appear when the macro is run, allowing you to select the csv file. You'll also need to complete the mapping of csv columns to template columns.

  10. Importing utf-8 coded csv to excel using VBa

    Nov 4, 2021 · You should not have to do anything special to open a .csv file encoded as UTF-8. Excel will detect the Unicode BOM and open an display it like any other .csv file. I just opened …