Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This logical line:
NewWB.SaveAs Filename:=RefPage.Cells(5, colcount).Value & ".csv", _ FileFormat:=xlCSV, CreateBackup:=False Says to save it using the string found in row 5 of the column being processed. So what's in row 5 of each column? If you're not sure, you could add this line: msgbox newwb.fullname right after that saveAs line. excelguru wrote: Thank-you for the macro.But where are the csv files getting writen.I tried searching for them in the complete C drive.could not find them. Is it possible to write the csv files in the same directory where the excel sheet is located. Thanks a lot excelguru. -- excelguru ------------------------------------------------------------------------ excelguru's Profile: http://www.excelforum.com/member.php...fo&userid=8826 View this thread: http://www.excelforum.com/showthread...hreadid=273634 -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I save excel file in text format without columns? | Excel Discussion (Misc queries) | |||
Exporting to a txt file in a certain format. | Excel Discussion (Misc queries) | |||
Exporting columns in excel file to csv format | Excel Programming | |||
Exporting Excel output to pdf/rtf/doc format | Excel Programming | |||
Exporting to Excel, Then Formatting Columns/Cells | Excel Programming |