Search results 81

Sorted from new to old.
Card image
Win10 User Folders

I hate it when Microsoft takes back some controls it already gave to users, one ...

Card image
FaceIDs

Excel menu icons and icon ids (named FaceIDs) used when yu create toolbars and ...

Card image
Weighted_Average

Does a weighted average, knowing that mathematical average between two numbers ...

Card image
Capitalize

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

Card image
WeekNum

Generates the calendar week number for a certain date, counting the first week ...

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
WorkbookOpen_ANmar

Opens Workbook without running AutoMacros and without letting the user know ...

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