J
Jeroen Boot
I maintain a spreadsheet created by someone else that calls user defined functions.
Recenty I needed to migrate to Office 2007. All worked fine in xl2003, but xl2007 returns #NAME?.
Even this simple test fails:
Public Function testFunc(MyValue As Variant) As Variant
testFunc = "You gave me " & MyValue
End Function
Can someone give me a hint where to start ?
EggHeadCafe - Software Developer Portal of Choice
The XML I-Ching: Tao of the DOM
http://www.eggheadcafe.com/tutorial...054-6e21dad2bb96/the-xml-iching-tao-of-t.aspx
Recenty I needed to migrate to Office 2007. All worked fine in xl2003, but xl2007 returns #NAME?.
Even this simple test fails:
Public Function testFunc(MyValue As Variant) As Variant
testFunc = "You gave me " & MyValue
End Function
Can someone give me a hint where to start ?
EggHeadCafe - Software Developer Portal of Choice
The XML I-Ching: Tao of the DOM
http://www.eggheadcafe.com/tutorial...054-6e21dad2bb96/the-xml-iching-tao-of-t.aspx