Search results 84

Sorted from new to old.
Card image
CapitalizeAllWords

Capitalize first letter in all words In a String

Card image
CreateZipFiles_7Zip

Create zip from list of files listed in List_of_Files separated by comma. The ...

Card image
FS_CreateUserFolder

Creates a folder for a user, usually after sign up or login for first time. ...

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