Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross 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 JPLundberg

  1. JPLundberg

    How to calculate "Velocity at actual flow" without doing for each cell

    Try this... Sub Vel() ' ' Vel Macro ' For i = 1 To 38 Sheets("Design Velocity Check").Cells(1, 2) = i Range("C11").GoalSeek Goal:=0, ChangingCell:=Range("B9") Sheets("IMQS-Upgraded").Cells(5 + i, 27) = Sheets("Design Velocity Check").Cells(9, 2) Next i End Sub It might not do exactly what you...

Part and Inventory Search