Re: How do I copy a worksheet from a workbook as csv file

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Ron de Bruin (rondebruin_at_kabelfoon.nl)
Date: 03/26/05


Date: Sat, 26 Mar 2005 10:41:21 +0100

Good morning

> Worked GREAT. Thanks again. btw, why would you not want to save it to a
> floppy but the c: drive first?

The chance of file Corruption is big

-- 
Regards Ron de Bruin
http://www.rondebruin.nl
"Husker87" <Husker87@discussions.microsoft.com> wrote in message news:DEECE0A9-E015-4009-8E96-0DCE5C057271@microsoft.com...
> Worked GREAT.  Thanks again.  btw, why would you not want to save it to a
> floppy but the c: drive first?
>
> "Ron de Bruin" wrote:
>
>> Hi
>>
>> First of all never save to a floppy this way.
>> Always save to C:\ and copy manual to A
>>
>>
>> Try this
>>
>> Sub Sheet_CSV_File_2()
>>     Dim wb As Workbook
>>     Dim strdate As String
>>
>>     strdate = Format(Now, "dd-mm-yy h-mm-ss")
>>
>>     Application.ScreenUpdating = False
>>     Sheets("CSV Data").Copy
>>     Set wb = ActiveWorkbook
>>     With wb
>>         .SaveAs "C:\" & wb.Sheets(1).Range("E1") & " " & _
>>                 strdate & ".csv", FileFormat:=xlCSV
>>         .Close False
>>     End With
>>     Application.ScreenUpdating = True
>> End Sub
>>
>>
>> -- 
>> Regards Ron de Bruin
>> http://www.rondebruin.nl
>>
>>
>>
>> "Husker87" <Husker87@discussions.microsoft.com> wrote in message news:2FB79CE4-C691-475C-AA3D-38B1D2087201@microsoft.com...
>> > Short follow up...  btw this worked great.  I changed the C: to A: so I could
>> > save it to a disk.  Here is my follow-up...  can I change your code that
>> > names the file to include the content of a cell on the CSV Data sheet?  For
>> > example the user has to enter a unique number into a cell "E1" on the CSV
>> > Data worksheet. I would like the name of the CSV file to start with that
>> > number in "E1" then followed by the date like you wrote it.  Is that
>> > possible?
>> >
>> > "Ron de Bruin" wrote:
>> >
>> >> Try this one to save the file in C:\
>> >>
>> >> Sub Sheet_CSV_File()
>> >>     Dim wb As Workbook
>> >>     Dim strdate As String
>> >>     Dim Fname As String
>> >>
>> >>     strdate = Format(Now, "dd-mm-yy h-mm-ss")
>> >>
>> >>     Fname = "C:\Part of " & ThisWorkbook.Name _
>> >>           & " " & strdate & ".csv"
>> >>
>> >>     Application.ScreenUpdating = False
>> >>     Sheets("CSV Data").Copy
>> >>     Set wb = ActiveWorkbook
>> >>     With wb
>> >>         .SaveAs Fname, FileFormat:=xlCSV
>> >>         .Close False
>> >>     End With
>> >>     Application.ScreenUpdating = True
>> >> End Sub
>> >>
>> >>
>> >> -- 
>> >> Regards Ron de Bruin
>> >> http://www.rondebruin.nl
>> >>
>> >>
>> >>
>> >> "Husker87" <Husker87@discussions.microsoft.com> wrote in message news:20592323-BE14-4FC2-9DB1-D8795A3D1AC3@microsoft.com...
>> >> >I have a workbook with several worksheets.  I want to record a macro that
>> >> > will save one tab, "CSV Data" as its own csv file to another location.  Any
>> >> > ideas?
>> >>
>> >>
>> >>
>>
>>
>> 


Relevant Pages

  • Re: How repeat a task on all files on a floppy drive
    ... I think I would copy the files from the floppy to a dedicated folder on my ... Dim myNames() As String ... I can open each file, and have written a macro to ...
    (microsoft.public.excel.misc)
  • Re: Hardware Monitor found an error
    ... Is your computer configured to boot from the floppy drive first? ... It could also be the DEL key which gets you into the BIOS setup ... Once you're in the setup program,check the Boot section to see the ...
    (microsoft.public.windowsxp.basics)
  • Re: How do I copy a worksheet from a workbook as csv file
    ... floppy but the c: drive first? ... > First of all never save to a floppy this way. ... > Regards Ron de Bruin ...
    (microsoft.public.excel.misc)
  • Re: Word does not call up pre-XP Win files
    ... Make sure the floppy is in the A: drive first. ... You would be better off to copy those files from the floppy to My Documents ... Lee Thian Leong hunted and pecked: ... > Hello Sir/Mdm: ...
    (microsoft.public.windowsxp.general)
  • Re: going back to an ealier version of xp inst
    ... No need for a floppy, just make sure the system is set in BIOS to boot from cd first. ... He did that and when I asked if he had done a repair or a reinstall, ... When I asked him if it had done a format of the drive first, he said no, which I found unusual. ... That was when I went for the format drive option, as I have seen my computer go bits up just before Christmas. ...
    (uk.comp.misc)