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 Mike Lewis 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. clovisc

    Powershell html select element

    Hi, I have to programatically change the value of a select element to the first value. there is a second select element below it on which I can also change the value, but only if a value of the first one has been set. the velues offered on the second one depend on which value was selected for...
  2. clovisc

    Issue accessing IE9 with the Shell.application com object.

    I have an issue with the shell.application com object and IE9. This code: set-variable win (New-Object -comObject shell.Application) -Scope Global set-variable handle ((Select-Window -Title $window).handle ) -Scope Global set-variable IE (@($win.windows() | ? { $_.HWND -eq $handle})[0])...
  3. clovisc

    Excel string manipulation

    Yep. It is!
  4. clovisc

    Excel string manipulation

    Hi, I have an Excel spreadsheet with about 17000 lines. In certains cells of col B, there is a string starting with "(If ISCunable to resolve, " then the rest of the string may differ. I need to cut the string out of the cell, and paste it into the cell next to it (col C). I found some code...

Part and Inventory Search

Back
Top