Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi All:
For some reason Morfunc is not working. I tried re-installing it, but after that Excel does not recognize it anywhere. I spcificly need it for MCOCAT I am using XP Pro & Excell Office 2007 Thanks for any help that anyone can give me. Tom |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can write your own UDF
Function Concat(Delim As String, ParamArray rng()) Dim i As Long Dim tmp As String Dim cell As Range For i = LBound(rng) To UBound(rng) For Each cell In rng(i) tmp = tmp & cell.Value & Delim Next cell Next i Concat = Left(tmp, Len(tmp) - 1) End Function -- __________________________________ HTH Bob "lehigh46" wrote in message ... Hi All: For some reason Morfunc is not working. I tried re-installing it, but after that Excel does not recognize it anywhere. I spcificly need it for MCOCAT I am using XP Pro & Excell Office 2007 Thanks for any help that anyone can give me. Tom |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Morefunc | Excel Discussion (Misc queries) | |||
Morefunc v3.241 and the latest Morefunc | Excel Worksheet Functions | |||
MOREFUNC | Excel Discussion (Misc queries) | |||
Morefunc | Excel Discussion (Misc queries) | |||
MOREFUNC.XLL | Excel Worksheet Functions |