Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by anon125

  1. anon125

    why don't these loops work?

    Sub zerotest() Dim seekValue As Double Dim changeCell As Range Inflation = Range("O7").Value seekValue = 12345 'seekValue = InputBox("What's the value to seek?") For Each changeCell In Range("N14:N32").Cells 'Do Until changeCell < 10 changeCell.GoalSeek...

Part and Inventory Search

Back
Top