I have made one script that i must run on many different sites in an aplication
Is it possible to run it at once depend of text file ore csv file.
I am new on this. I have try following:
Set FSO=CreateObject("Scripting.FileSystemObject")
Set TF2=FSO.OpenTextFile("D:\temp\all.txt",1) '...
I use Excel 2007.
I wish to delete row that contain Various contents
I have tryed following code. It stop on what = "Fail" or "Loggoff"
sub Fail()
Dim rng as Range
Dim what As String
what = "Fail" or "Loggoff"
Do
Set rng = ActiveSheet.UsedRange.Find(what)
If rng Is Nothing...
I wish to disconect nettwork's path after the job is finiched.
I have make 2 scripts that work fine but i wish merge it.
The first is:
Dim WshNetwork
Dim objShell
Set WshNetwork.CreateObject ("WScript.Network")
WshNetwork.MapNetworkDrive "O:", "\\Servername\Shere",,"username", "Password"
Set...
I wish to disconect nettwork's path after the job is finiched.
I have make 2 scripts that work fine but i wish merge it.
The first is:
Dim WshNetwork
Dim objShell
Set WshNetwork.CreateObject ("WScript.Network")
WshNetwork.MapNetworkDrive "O:", "\\Servername\Shere",,"username", "Password"
Set...
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.