Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I am new to VBA. I have data on a number of sheets and I would like to write VBA codes to loop through each sheet and write out the data in one CSV file. eg Sheet1 1 one 2 two 3 three Sheet2 4 four 5 five 6 sixe I would like my output CSV file to be: 1,one 2,two 3,three 4,four 5,five 6,sive Thanks Chen |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to write VBA | Excel Programming | |||
re write | Excel Programming | |||
is it possible to execute write to the fields in another .xsl form a macro in another .xsl? e.g. some way to load another .xsl into an .xsl macro and write to its data? | Excel Worksheet Functions | |||
Better way to write this | Excel Programming | |||
How to I write a UDF? | Excel Discussion (Misc queries) |