Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Dec 8, 1:22*pm, Mike wrote:
Hi everyone, Say I have already XVar.csv file and using MS VB I want to automate writing a data vector X[a,b,c] to XVar.csv or appending it to already existing table in XVar.csv How this could be written in a simple vba code? Thanks, Mike Sub UpdateCSV() Open "C:\TestFolder\junk\AA.csv" For Append As #1 Print #1, "Hello World" Close #1 End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why are numbers stored as text in my TOAD created Excel output? | Excel Discussion (Misc queries) | |||
How do I print from a file created from sending a print to a file | Excel Discussion (Misc queries) | |||
How to Append the Data to the Master Table | Excel Worksheet Functions | |||
Append the data given in diff sheets of an Excel File to one sheet | Excel Worksheet Functions | |||
When sending file via email, cannot paste Excel data into body of letter. | Excel Discussion (Misc queries) |