output excel to text file

  1. Rhodie72

    How to write a data to a text file (VBA)

    I need to write data to a text file as a data steam I have written preliminary code to capute data in a spreadsheet but the ultimate goal is to write the data direct to a text file without using a spreadsheet. currently the spreadsheet is just to verify that the data is being captured correctly...
  2. P

    Macro to export text file based on worksheet parameters

    Hi Macro Experts!!! I need help creating a macro that will save a range (F#:DD#) based on the supplier value in column C as a text file. I included a screenshot of what my spreadsheet set up looks like. I need a separate text file for each supplier (Column C) that contains all of the data...
  3. R

    Limit Characters Per Line When Outputting to Excel to a Text File (Using VBA)

    Greetings, I have used the following two codes in an attempt to output excel to a text file: 1. Sub Output() Dim myFileName As String myFileName = InputBox("Name Your Output File") Range("B126").Value = myFileName If myFileName = "" Or Range("B126") = "" Then Exit Sub End If Open...

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