Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
is there a way to overload a function in vba?
ie public sub myfunc(a, as integer, b as integer) end sub and private sub myfunc() end sub where the private sub is used for the 'local' userform - and the public sub is called by an outside module (where a and b would be the arguments that would normally be accessed by the userform, but in this case need to be passed) ? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions | |||
Adding a custom function to the default excel function list | Excel Programming | |||
User-Defined Function pre-empting Built-in Function? How to undo???? | Excel Programming | |||
Question: Macro overloading, passing variable number of arguments | Excel Programming |