Search results 59

Sorted from new to old.
Card image
Capitalize

This function capitalizes first letter of each of the words in a sentence, ...

Card image
File_FirstFound

Gets first file found matches a wildcards mask, using Dir()

Card image
HaveNonEnglish + StringASCIIs

Checks if one char is within two ASCII codes or not (StringASCIIs) Used to see ...

Card image
ScreenRes

Reads screen resolution, using IE this time, this one will get the active ...

Card image
CutString3

Cuts string from a larger one based on a specific separator.

Card image
CutString3

Cuts a string from a larger one using separators.
Ex, CutString3("Will ...

Card image
CutString3

Cuts string from a larger one based on a specific separator.

Card image
ReplaceChars

Replaces all chars found in Chars_to_remove from String1 with Char_to_put One ...

Card image
LogoutALL

Logs out Linkedin by running two commands One will open new window to logout ...

Card image
Copy File

Copys a file from one location to another using WSH

Card image
DB_Read1Row (DB_Read1stRow)

Reads from a table in a DB Reads only the first row, and return a string ...