Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I apologize for the naive question but I cannot seem to find documentation
(even on McRitchie's) on how to create a User Defined Function with a return value. Pls complete the following code... Public Sub aaaaa if itemcheck()=true then msgbox("ok") else msgbox("not ok") endif Public function itemcheck if blahblah=soso then return_value=true else return_value=false endif end function What do I have to add to the function so that it defines the return_value and returns it to the calling subroutine; Thanks for your patience |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help and description for UDFs | Excel Worksheet Functions | |||
VBA, UDFs and VSTO | Excel Programming | |||
UDFs: A simple question. | Excel Programming | |||
'portable' UDFs??? | Excel Programming | |||
Acrobat 6.0 and UDFs | Excel Programming |