Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to specify a target range in a vba function for excel and
redirect the results to the target range specified at the begining instead of using the function name, but keep givning me error, but was okay in Sub routine. It goes like this... Function Alpha(yTarget As Range, Other input arguments) ''' Resize yTarget based on the results to spit out and use For loop yTarget.Resize(m, n).name = "yTarget" For i = 1 To m For j = 1 to n yTarget.Cells(i, j) = results(i, j) Next j Next i I will appreciate if you can help me on this... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"Too many arguements for this function"....ohh noooo.... | Excel Worksheet Functions | |||
OR Function with more than 30 arguements | Excel Discussion (Misc queries) | |||
If Function - Multiple Arguements? | Excel Worksheet Functions | |||
Target As Excel.Range or Target As Range | Excel Programming | |||
Ranges:Target in Worksheet_SelectionChange(ByVal Target As Range) | Excel Programming |