Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Try inserting the line "Calculate" without the quotes when you want the formulas to be figured. for example: Sub runcalc() ActiveCell.FormulaR1C1 = "5" Calculate Range("A7").Select ActiveCell.FormulaR1C1 = "4" Range("A8").Select End Sub this puts a value of 5 in the active cell calculates the worksheet then continues with the code. Hope it helps. -- goober ------------------------------------------------------------------------ goober's Profile: http://www.excelforum.com/member.php...o&userid=19838 View this thread: http://www.excelforum.com/showthread...hreadid=494875 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
My formulas will not calculate | Excel Worksheet Functions | |||
Formulas will not calculate | Excel Worksheet Functions | |||
How can I calculate Several Cell adding Formulas? | Excel Discussion (Misc queries) | |||
How do I calculate pro-rata formulas? | Excel Worksheet Functions | |||
formulas won't calculate | Excel Worksheet Functions |