export csv

  1. G

    Export data from a unopen file CSV using msoFileDialogFilePicker but data are not correctly placed

    Hello, I use this code to export a data from the sheet_1 from a unopen file to the actual workbook by using a macro This is the code : Public Sub Export() Dim Wrkb_1 As Workbook Dim Wrkb_2 As Workbook Dim Way As String With Application.FileDialog(msoFileDialogFilePicker)...
  2. R

    Combine Two VBA Codes

    I have a workbook with many tabs that currently will create a folder and save each tab as a separate CSV file into that folder. Ultimately, what I'd like so for those files to then combine into one big CSV file. The headers of each tab are identical, so I only need the header row once. My...
  3. S

    Array data to new CSV file

    Below is my code: I'm trying to store data into an array, once its done trying to open new sheet and paste array data into new sheet's column A. It opens new sheet but doesn't unload data into new sheet. Please assist. Sub LoadArray() Dim TotalRows As Long Dim x As Integer Dim...
  4. L

    Export Range to CSV to certain location on a HDD

    Hi All, Below is the code I found somewhere in this or another forum, unfortunately it was long time ago, so I cannot give any credit to the author. I would like to ask you guys what to add to the code that the file always saves at the same location specified by me. For example...
  5. S

    Export worksheet as csv using VBA without renaming the original XLSM file

    Hi, I'm looking to export a worksheet as a csv using VBA code, but do not want to save or rename my original file. I can save the file with this code but I only want to export the data in Sheet1 ActiveWorkbook.SaveAs Filename:="D:\PORTFOLIO.csv", FileFormat:=xlCSV, CreateBackup:=False Help...
  6. A

    Macro to save non empty cell data to csv file

    I've been tasked with taking a system design tool and exporting the data in a specific format. It should be fairly easy but I'm completely new when it comes to macros. Basic objective is as follows: We have a 3 column worksheet with headers. Item, QTY, external id. I need to loop through...

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