Search results 38

Sorted from new to old.
Card image
Bootstrap 4 cheat sheet

Bootstrap 4 cheat sheet, quick direct link as image

Card image
Open different Filestypes

Populate list of filetypes in Application.GetOpenFilename method. This command ...

Card image
Shortcuts (rundll32.exe)

Shortcuts to do certain commands in Windows (tested in Windows 7) Shutdown, ...

Card image
GenerateRandom

Generates a random string, returns string passed, then full date, then 8-chars ...

Card image
ApplyValidation_DropDown

Adds Validation drop-down to a cell (Data --> Validation --> List), or to a ...

Card image
RandomImage

Gets a random image from a folder of files, passed as an unMapPathed (HTML) ...

Card image
Ask4Folder

Asks user for a folder, starting with certain folder

Card image
RandomRecords

Returns random IDs (or any column) from SQL Database table, passing number of ...

Card image
RandomArray

Creates array of random numbers, returns 1 Dim array

Card image
RandomNumber

Generate random number between Lower and upper numbers provided

Card image
CreateGUID

Generate random GUID of 36 chars (with or without brackets) using TypeLib ...

Card image
GetPapa

Gets folder name of a page using FSO

Card image
IsFolder

Returns a Boolean value that indicates if the parameter is a folder.

Card image
Convert2SQLDate

Converts a date (numeric date) into Date acceptable by SQL, as in YYYY-MM-DD ...

Card image
GenerateMemorablePassword

Returns a random password that is easier to remember, such as BONES or LAMOT. ...

Card image
Crypt512

To encrypt or decrypt any string ' Strii is the required text to protect ' ...