Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have written a function with the intention of iterating the function
(rather than the workbook) but am having difficulty pulling the information through: Public Function Iterative_LIBOR(Target As Double, Frequent As Double, Periods_Range As Range, Swaps_Range As Range, Nominals_Range As Range, LIBORs_Range As Range) Cycle = 1 Freq = Frequent DCF = 0 'Build the Discount, Period, LIBOR and Nominal Arrays Dim Period_Array(1 To 100) As Variant For Each ActualCell In Periods_Range.Cells If ActualCell.Value 0.001 Then Period_Array(Cycle) = ActualCell.Value Else End If Cycle = 1 + Cycle Next ActualCell Although the Range Periods_Range is populated with data the "Watch" gives each value as "Empty". Can any one help? Thank you -- Matt Roberts |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding data only if adjacent to cell labeled "male"/"female" | Excel Worksheet Functions | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
Need formula like ISBLANK that returns "no value" even if there is aformula in referenced cell | Excel Worksheet Functions | |||
Finding cell that returns bad "solver_val" function. | Excel Discussion (Misc queries) | |||
Excel: can "go to adjacent empty cell" double-click be disabled? | Excel Discussion (Misc queries) |