Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to export multiple worksheets to .csv. This is what I have
so far: For v = 1 To 7 Sheets(v).Select ActiveWorkbook.SaveAs Filename:= _ "C:\" & .Name & ".csv", FileFormat:=xlCSV, _ CreateBackup:=False Next v When I run the code, I get an error "Method Save As of object '_WorkBook' failed". Any ideas on how to fix this? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Export Excel WorkSheet | Excel Discussion (Misc queries) | |||
Export worksheet only | Excel Programming | |||
Needed: worksheet export help | Excel Discussion (Misc queries) | |||
export favorites into worksheet | Excel Programming | |||
Export each worksheet to csv | Excel Programming |