Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • 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