P
ppyxl
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
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