Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, I got a function like this: ___________________________________ Function SumString(ByVal str1 As String, ByVal datef As Date) SumString = str1 + Str(datef) End Function ___________________________________ It works fine yesterday. I can directly use in my excel sheet lik other function. But today, the cell only gives me #NAME? why? and how can i activate this function again? Thanks -- ppyx ----------------------------------------------------------------------- ppyxl's Profile: http://www.excelforum.com/member.php...fo&userid=3611 View this thread: http://www.excelforum.com/showthread.php?threadid=56017 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
User Defined function - Help | Excel Worksheet Functions | |||
Need to open the Function Arguments window from VBA for a user defined function. | Excel Programming | |||
User-defined data type; Error: Only User-defined types... | Excel Programming | |||
A Question on User Defined Functions. | Excel Programming | |||
User-Defined Function pre-empting Built-in Function? How to undo???? | Excel Programming |