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...
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])...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.