Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How to create worksheet function that return a array into
cells ? This function return only 100 into cells (i put cell as single or as a arry function (with ctrl+shift+enter) Function test() As Variant Dim a(2) As Byte a(0) = 100 a(1) = 50 test = a End Function |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Worksheet Function to Create Array of Size n with values x Through | Excel Discussion (Misc queries) | |||
how do I create an array | Excel Discussion (Misc queries) | |||
how do I create an array | Excel Discussion (Misc queries) | |||
Create Pivot from array? | Excel Programming | |||
Create a PivotTable from a VBA array? | Excel Programming |