csv

  1. J

    How can I place a search box in my spreadsheet that searches a range of cells containing comma separated keywords?

    The question is in the title, but I've attached a screenshot\edit to sort of get at what I'm trying to do. Let me know if you need any clarification on what I'm trying to accomplish!
  2. B

    CSV file with trailing commas

    I’m trying to create CSV file with 52 columns. There is only data in field 1 and 8. There are no column headers and The problem I’m finding is after collimate there are no commas how do I create them please
  3. E

    How to import CSV data into multiple arrays and to return the multiple arrays via a function or sub in VBA?

    I want to create a VBA add-in that imports a CSV file, split the data columns into separate arrays and returns these multiple arrays to the sub that calls this add-in. Not sure what is the best way to go about this. For example, my data folder contains many CSV files where each has 5 columns of...
  4. J

    Mac excel: saving a .csv with a set filename & the text in two different cells

    Hi guys, Posting a lot on here so thanks for your help. The title should explain it all. I have a file name 'Growbots CSV' which i want all files to retain, but i would also like to add the values from two different cells to that text. the cells contain the words 'Film' (cell 1) and '50k'...
  5. R

    Problem Creating a Macro to Import Data

    Hi All, I'm new here but figured some of you might be able to assist: I have been working with a excel file that has a large amount of macros written into it. In short, it takes 2 separate files that I receive everyday (csv and xls) and creates relationships between the two to make a pivot...
  6. S

    Link a CSV file in an Access database

    Does anyone know how to link an csv file to an Access database? I can link xlsx or a text file, but not sure about csv. Thanks
  7. K

    Leading zero in CSV

    So I have tried so many different ways before reaching out to you guys. Is there anyway to have a CSV file with leading zeros in a number field that will not drop the zero when reopening the file?!
  8. E

    How to Append CSV file without reading empty formatted cells

    I have a code that is able to Append a range of data in a worksheet to an existing CSV file. However, I noticed that when the existing CSV file contains empty, but formatted cells beyond the end of the data range, the Append function takes into account those empty cells as well. For example...
  9. N

    CSV Parsing: Stray Comma Conundrum

    Hiya I'm using the following function to open a UTF-8 csv file and save it safely as an xlsx file. I use this to preserve the foreign characters from corruption (which happens when I open it directly in Excel): Function wsUCF8_CSV_Worksheet(strPathFilename As String, Optional...
  10. 5

    Excel Save as CSV and remove quotations

    Hey, I have two issues, I have written this to save my workbook as excel then save a sheet as csv using the cells in one sheet as the name of the files, I run it and select my destination but the files are not saved, secondly I need to remove the " that appear at the start and end of each line...
  11. N

    How Do You Exclude Specific Tabs from Being Converted into CSV Files?

    Dear Sir or Madam: My name is Robert, and I am a middle school math teacher who wants to EXCLUDE specific worksheet tabs from being converted to CSV files. The specific worksheet tabs to be EXCLUDED are XLSX, Math Grades Messenger, Directory Paths, POW Grader and POW Grader Student List. Please...
  12. C

    Run macro on next row

    Hello all, I need the macro created below to preform same action in subsequent rows, same column. I though the range copy method would work, but I am missing something. Sub RemoveHypens() Dim the_string As String the_string = Sheets("Gopher Items CSV Test").Range("E3") the_string =...
  13. M

    Need a macro for clicking all the URL's present under one column

    I have some random number of hyper links under column G. Clicking a link will open internet explorer downloads dialog box and asks to choose whether to open or save the CSV file. When clicking save button, csv file will be saved to default downloads folder. Here I need a macro to automatically...
  14. J

    Retrieve Named Range Created By Import External Data

    Here's the question: is there a way to retrieve the range name created by the Import External Data feature? Now, here's a little background: I am creating a spreadsheet that will let me retrieve my bank credit card transactions in CSV format and then output a QIF file that I can import into...
  15. D

    renaming CSV file

    i have this odd issue original CSV files have data in various columns ... if i rename the csv files to xls manually FIRST then open the file, i am able to delimit according to semi colon because apparently that manual rename moved all the data in column A however, if i rename the csv...
  16. E

    read CSV file and create XLSX file with certain formatting

    Hello, I am look for options how to read a CSV file with a certain structure (see attachment: csv_input.csv) and create a XLSX file from the data in the CSV with a specific formatting (see attachment: result_output.xlsx). https://drive.google.com/open?id=1XkMBWZQarR3Z9zTPU2VgJ0Z_PS7qNIon...
  17. C

    Copy range of data from multiple worksheets based on numerical criteria

    I have been playing with this code for a few days now. :mad: I have a spreadsheet that has about 10 tabs. Only 4 of the tabs I need to use for this code. I created a master sheet called "Quickbooks" to make uploading materials into QB easier for the team and save hours a week for the...
  18. S

    save files in csv and then open them from location where files were saved to align data

    I'm trying to save first column of the each sheet as a separate csv file who's name depends on name of each sheet in work book. Once i'm done saving those sheets i want to open those files one by one to align the data in them. below is my code can you please assist how can i open files from same...
  19. S

    trying to run this code through customized ribbon and place it in module

    HI, I'm trying to run the following code from customized ribbon and wants to run this code for all sheets but when i do that it just skips the second case and exits the program. Can you please assist how can i make this to run in module for all sheets. I'm fairly new to VB and i really...
  20. C

    Convert CSV to XLSX keeping columns and unicode

    I have a directory with semicolon-delimited CSV files containing unicode signs. I try to convert them to XLSX using the solution from this thread, but fail in important parts: the code makes XLSX from CSV, but all CSV data comes into the same column and all unicode signs are broken. However, if...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top