#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 43
Default MOREFUNC

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,420
Default MOREFUNC

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Morefunc stew Excel Discussion (Misc queries) 0 January 24th 09 11:30 AM
Morefunc v3.241 and the latest Morefunc SU Excel Worksheet Functions 2 April 30th 07 10:34 AM
MOREFUNC nemadrias Excel Discussion (Misc queries) 2 June 26th 06 04:56 PM
Morefunc Becks Excel Discussion (Misc queries) 3 April 25th 06 03:18 PM
MOREFUNC.XLL MMV Excel Worksheet Functions 1 November 16th 04 06:17 PM


All times are GMT +1. The time now is 01:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"