Function prototypes in Excel VBA
No, there are not.
--
Regards,
Tom Ogilvy
"Sing" wrote:
Dear Excel VBA Gurus,
Is there any function prototypes equivalent in Excel VBA as there are in C
language?
Function prototypes are useful because it allows the programmer to see what
are the functions implemented in a file at the top.
|