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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  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

Back
Top