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

Recent content by issactan

  1. issactan

    How to return results from a current user selection

    run this in a marco, and it will return the average,std dev,min and max values from the current selection sub find() ' Activates the cell with the largest value Dim WorkRange As Range ' Exit if a range is not selected If TypeName(Selection) <> "Range" Then Exit Sub ' If...

Part and Inventory Search

Back
Top