Hi,
This Macro code won't list all the Argument Descriptions, it only list the first description in the array "ArgDesc (1 to 2). How do i list all the strings in the array "ArgDesc" ?
thanks
Sub DescribeFunction()
'This can be used to add help text to each function
Dim FuncName As...