I can generate a list of UDF with the following macro, but I'd like to put the args needed next to them. You can manually get a UDF args by pressing CTRL+SHIFT+A so there must be a way to do it programmically. Anyone?
Sub ListProcedures()
Dim sProc() As String
Dim lngLine As Long
Dim...