Converts an Excel built-in function number to a name
[VB]
Public Function GetFunctionName( _
ByVal xlfn As Long _
) As String
The numeric ID of the built-in Excel function.
This method can be useful when building or debugging an Excel emulator.
Library: pslxld01.dll
XllDriver Class
| XllDriver Methods
| IExcelEmulator interface