Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following code that I use to save to a csv. The .csv file for
upload has a limit of 90 lines, therefore I would need to have multi files created with lines 1 to 90 on one file with a 1 on the end of the file name. Then lines 91 to 181 with a 2 on the end of the file name until all the lines are on different files. Is that possible? Sheets("PO upload").Copy ActiveSheet.SaveAs _ Filename:=strPOnum1 & " " & Format(Now, "mmddyy") & _ ".csv", FileFormat:=xlCSV, CreateBackup:=False ActiveWorkbook.Close savechanges:=False |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
output to the same line in a Text file? | Excel Discussion (Misc queries) | |||
Subtotal: Totals line output | Excel Discussion (Misc queries) | |||
place output of several debug.print statements on the same line | Excel Programming | |||
Trying to start a second line ( ie use of enter key) in an output file | Excel Programming | |||
Any way to get around the 240-character line limit on text output? | Excel Discussion (Misc queries) |