adspace


What is the Difference between a sub and a function?

Answer Posted / aaa

Function returns a value, Sub doesn't.
Function can be called from within a cell, similar to
=Today() function.

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143