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 strongm 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: *

  1. fizz83

    error in code

    would anyone be able to tell me why using: If oWorksheetExisting.Range("A11:A28") generates a type mismatch, is there a better way to test if the cell is in a specific range without using a second for loop? thanks For Each Cell In oWorksheetExisting.Range("A6:M30") If Cell = "" Then...

Part and Inventory Search

Back
Top