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

Search results for query: *

  • Users: ChiTownGBM
  • Content: Threads
  • Order by date
  1. ChiTownGBM

    Function to search for a value within a range

    Hi all, I need to create a function that will take a value and search a range for that value and then copy all of the data on row to a location. I found this code on the MSDN website: Sub FindIt() Dim rng As Range ' Find data and use Resize property to copy range. Set rng =...
  2. ChiTownGBM

    Function to search for a value within a range

    Hi all, I need to create a function that will take a value and search a range for that value and then copy all of the data on row to a location. I found this code on the MSDN website: Sub FindIt() Dim rng As Range ' Find data and use Resize property to copy range. Set rng =...

Part and Inventory Search

Back
Top