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 gkittelson 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. oldenny

    Query Excel Spreasheet to populate another spreadsheet

    Try sSQL = "SELECT * FROM [$Jul]
  2. oldenny

    take all characters after _

    'VBScript: strVar = "abc123456_aa.bb" strArray = Split(strVar, "_") 'result: ' strArray(0) -> "abc123456" ' strArray(1) -> "aa.bb" 'OR: strResult = Right(strVar, Len(strVar) - InStrRev(strVar, "_")) MsgBox strResult

Part and Inventory Search

Back
Top