Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Ron de Bruin" wrote...
... You can use a function like this one Copy the function in a normal module =Rangecat(A1:A100,",") Use this in the worksheet ... As an alternative, OP could download and install Laurent Longre's MOREFUNC.XLL add-in, available at http://longre.free.fr/english/, and use the MCONCAT function it provides to do this as =MCONCAT(A1:A100,",") Unlike the Rangecat udf, it could also handle number/text more like CSV. =MCONCAT(IF(ISTEXT(A1:G1),""""&A1:G1&"""",A1:G1)," ,") The latter is an array formula. -- To top-post is human, to bottom-post and snip is sublime. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Export Excel tuncating leading zeros while export to excel from da | Setting up and Configuration of Excel | |||
Chart.Export images are shrinking as I export more images | Charts and Charting in Excel | |||
export re-order input fields to export file [csv] | Excel Worksheet Functions | |||
export as csv | Setting up and Configuration of Excel | |||
CSV export help | Excel Discussion (Misc queries) |