Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
If you look at the ordinary =SUM() function, this takes two types of input: Numbers and ranges. I.e., you can either write =SUM(A1:C3) or =SUM(1,2,3) I would like to create an UDF which accepts the same, but how to define the input type??? If I do this: Function UDF(ValueRange as Range) ....it will only accept range as input, and not numbers??? Help appreciated, please? CE |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I can't input anything I type on Excel. What can I do? Nothing p. | Excel Worksheet Functions | |||
error 13 type mismatch input box | Excel Discussion (Misc queries) | |||
Input Box - Type mismatch | Excel Programming | |||
Type mismatch using rnge as Range with Type 8 Input Box | Excel Programming | |||
Input box Type:= 8 not working | Excel Programming |