import .txt file

  1. L

    VBA - Overwrite current data with text file data

    Hi all I have the following code that works to an extent. Unfortunately, it inserts the data and shifts all other cells to the right. I need it to overwrite the existing data. Any help is appreciated! 'Import text dates Sheets("Split Request").Select Set ws1 = ActiveSheet...
  2. L

    Import multiple text files to separated sheets onto current workbook

    Hi everyone! I got a VBA code that can work successfully to import multiple text files to separated sheets. However, it creates a new workbook, say Book1, while I expect to load all new imported sheets to the current workbook which I am running this VBA code. So, I hope someone could take a...
  3. D

    Re format csv data

    Good Afternoon what would be the easiest way to convert the following data into a formatted excel worksheet? In a application that allows me to save the data as a csv I'm presented with the following opening the file. In the days gone by we were able to import data based on double quotes and...
  4. A

    Power Query: Import text files content into a single cell of each row

    I'm trying to import txt files into excel. All of the text has the same pattern. That's why I want the content of each file to be in a single cell, so later I can use "Add column from example" to extract the piece of information I need. However, the content was imported into multiple rows for...
  5. L

    How to read values from Txt File as unique values

    Guys I have some values inside a txt file and I would like to "read them" importing them as unique values in my excel spreadsheet using VBA . The values are separated by comma: Apple, Beer Orange,Peach,Pineaple Wine Water, Peach,Wine Orange,Apple,Water etc. If possible, also sort these...
  6. C

    Importing Data to Excel Workbook

    Hi, I am working on a project and I am trying to import data fromone excel workbook (possibly converted to a .txt file) to another and wouldlike to use vba to do it. The data imported to the second excel workbook wouldneed to be inputted on various worksheets and various cells, which are not...
  7. J

    Import specific data from text files using vba

    Hi everyone, I will begin by apologizing for the lengthy post, but I wanted to make sure I included enough details to get the correct help. I am a long time Excel user, but fairly new to VBA. I have been trying to teach myself how to write a bit of VBA code to import data from text files...
  8. D

    how to import a text file into excel?

    I have a text file that has headers. the headers and data are separated by a semi colon in my text. when i import the text file, most of the data is pasted into Column A. i need to separate each header and paste it into it's own column. i tried importing the the text, i used comma, space..and...
  9. V

    Copy data from txt file (2.2 Million rows) to excel

    Hi, I have a huge text file which consists 22 Lacs rows of data:eeek::eeek:. Need to copy the data to excel. while copying Once the excel copied data till 65000 row it should start to save in new worksheet till EOF. Have tried available sources in forum and google but nothing works as...
  10. M

    Data Import and Format

    Hi, I am trying to import many txt files at the same time. Each text file has 3 columns worth of data. I would like them to be imported to the same worksheet next to each other without spaces. I am toying with some code now that puts the imported files in new worksheets in the workbook but...
  11. C

    Setting Custom Delimiters for Importing Text into Worksheet

    I have lengthy text in an MSWord document I need to import into an Excel worksheet. This body of text needs to be distributed across 5 columns, then begin new rows. The text is such that there are line breaks occurring within text intended for each cell, so I need for Excel to ignore line...
  12. G

    Request for VBA code for importing multiple tab-delineated .txt files into Excel 2010

    Hello all, Thank you for taking the time to review my request. I've been poking around the boards and Google trying to find a code that will work for what I'm trying to do. This forum has been very informative, but I'm not a programmer and I'm having trouble changing all the coding from the...
  13. Hobolord

    VBA Importing Text File To Excel

    Hello, I am using Excel 2013, Windows 7, on a PC. I am attempting to have my code import a text file to excel. This should be very simple. I used the recorder, but the code is bugging on the .Commandtype = 0 line, and if I remove that, it doesn't import any data either. My code matches all...
  14. C

    Transforming irregular paragraph-style data into Excel

    I've been tinkering with this problem for a while, but haven't been able to make much headway; I'm sure there's probably a simple solution I'm missing. I have a .txt dataset of the form; ID number Name Address1 City Tel ID number Name Address1 Address2 City that I've been trying to transform...
  15. P

    Import several text files to separate worksheets of the same workbook

    Hi, First a big thanks to this forum for my learning in VBA here. I have seven different text files named DVE, DVB, FAE, FAF, FAG, FAM, FAB. I have a macro named D_Import(), when I run this macro it prompts me for a text file, and I select DVE.txt from it's location, then it imports the text...
  16. O

    VBA: create macro button to open file directory and import txt data to excel

    Hi all, ive been searching the web for answers over the weekend but to no avail. i have no knowledge on vba codes so go easy on me. i would need help on the following: 1. when i click the button, it opens file directory C:\desktop\ 2. i will proceed to select .txt or .csv file 3. upon...
  17. L

    Loading several .txt files into different sheets of an .xls

    Hello everyone, I´m trying to analyze several measurements in one excel Worksheet. Attached you find the xls sheet and a picture showing the folder structure where the measurement data is stored. https://www.dropbox.com/s/7dvmtv458cpumb4/Capture.JPG?dl=0...

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