Search results 19

Sorted from new to old.
Card image
QTexts_Min

Returns minimum quarter of 2 strings representing quarters, like 1Q2024, 3Q2015, ...

Card image
UnicodeToChrW

Converts a Unicode number into its ChrW text. It automatically uses surrogate ...

Card image
ANmAdd_ThenSort_2Columns

Adds values of 2 cells into 2 columns (usually below them). I used these small ...

Card image
Install/Uninstall SQLNativeClient DB driver

Install/Uninstall SQL DB driver. SQLNCLI.msi that is needed when you do ...

Card image
gsplit usage

How to use gsplit to split large files into smaller parts to allow to read it. ...

Card image
CreditCardType

Returns credit card type and whether it is valid or not. Found it in my old ...

Card image
Luhn

Luhn function to return true or false if is valid based on Luhn identification ...

Card image
OST Outlook file location

Outlook OST (and PST) files to be saved in different location Instruction can ...

Card image
BrowserSetting

Detect Browser setting (type or other info) using MSWC.browsertype object. Old ...

Card image
Too large procedures

No longer than 2.9k lines in a sub Oops. Baaaaad coding habits This also ...

Card image
Bootstra/386

A bootstrap v2, v3 or v4 theme to make webpages look like they are from the ...

Card image
BrowseImage

Asks user to select an image and returns full path and name of selected image ...

Card image
404 page

A nice simple 404 page with a game From

Card image
Animated form exit

Exit form with shrinking Shrinks the form, Pushes the form to the bottom of ...

Card image
Register OCX in 64 and 32 bit

Copy and register ocx using cmd (DOS batch) in Windows 32bit and 64bit.

Card image
Is64Bit

Determine if system is 64 bit or not. Related to