save sheet as .csv

  1. A

    SaveAs sheet not active workbook

    I have a project I am working on where I would like to save one of the sheets in my workbook as a .csv document. Below is the code I am currently using: Sub myExport_Click() Dim ws As Worksheet Set ws = Worksheets("Export") ws.SaveAs Filename:="myExport", FileFormat:=6 End Sub This...
  2. C

    Export Specified Sheets to .csv file

    Long time reader, first time poster. I am trying to create vba code that will allow me automatically export four different sheets in an excel workbook (.xlsm file to be exact) named, for example, SheetA, SheetB, SheetC, SheetD to individual .csv files saved automatically always on the desktop...

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