Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi I have this bit of code which for the most part is pretty handy: Sub ABC() Range("ah11").Formula = Range("AH17").Text Do Until Range("AH27").Value = "5" Application.Run "newset" Loop End Sub AH17 is where I tinker with a formula, then run a test, and so on, until the value at AH27 gets to 5, where I find 5 instances of what I am looking for, then it stops. It is nice to be able in this way to revise the formula from the spreadsheet without having to dig into the macro directly. But I have not been able to figure out a way to revise the "5" from the worksheet. Sometimes I want to run 10 tests, or just 3, etc, but each time I have to dig into the macro to make the revision. Is there a way to update the value at "5" above from the worksheet? Many thanks tx -- tx12345 ------------------------------------------------------------------------ tx12345's Profile: http://www.excelforum.com/member.php...o&userid=24776 View this thread: http://www.excelforum.com/showthread...hreadid=518531 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Add/Revise data in separate spreadsheets all at once | Excel Worksheet Functions | |||
How do I revise default document properties information? | Setting up and Configuration of Excel | |||
Need to revise formula | Excel Worksheet Functions | |||
Need to revise formula | Excel Worksheet Functions | |||
Need to revise formula | Excel Worksheet Functions |