• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Are there any functions and return values

1. Most functions require input values and they return a value
2. Some functions don't require input values, but they still return a value
3. Are there any functions require input values and do not return a value?
 
Functions do not "return functions". They can return values,cell or range references (implicit or explicit)
 
Perhaps you are thinking of XLM functions, which don't always return a value. It is also possible to write VBA functions that don't return values, but they should really be subroutines.
 
Back
Top