About 59 results
Open links in new tab
  1. Excel 2024: Prevent Default Conversions - Excel Tips - MrExcel Publishing

    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 …

  2. 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 when .csv file is …

  3. VBA to import CSV and put it into a Table - MrExcel

    Dec 13, 2016 · Hey to all in this amazing community, I have the following code which I have put together so that the user can click a button in Excel and the user is taken to the File Picker to choose a CSV …

  4. 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 columns). The …

  5. VBA to open .CSV files | MrExcel Message Board

    Jul 12, 2016 · Hi forum, I have a vba module with which I want to open .CSV files delimited by the | character. I couldn't get it to work, so I instead worked around it by having excel open a nonsense file …

  6. Open CSV file with a column as text using VBA - MrExcel

    Jul 23, 2025 · I have a CSV file with all columns surrounded by double quotes. Some of the fields are being treated as numeric and Excel is removing the leading zeros. How can I open the spreadsheet …

  7. 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 only …

  8. Excel -> CSV - how to keep leading 0's | MrExcel Message Board

    Apr 12, 2022 · I'm saving (as values) an excel file into a CSV file but it's removing any leading 0's I have. I set the cell as text, didn't work. I set it as custom with the appropriate amount of 0's, same thing. …

  9. 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 the incoming data. If …

  10. opening a csv file with the workbooks.opentext command.

    Feb 7, 2016 · Hello, I recently found an example of a macro online to open a *.txt file. I was wondering if there is a workaround to open a *.csv file? Thanks in advance. Greg Private Sub …