Search results 42

Sorted from new to old.
Card image
BoldCodeColor

Bold the first letter and color it based on Bootstrap color theme, info, ...

Card image
MatchIf8

Searches for 8 cells in 8 columns and returns the row number if all found. Has ...

Card image
FirstDuplicatedItem

Returns the value of first duplicated item found in a range. This is to ...

Card image
ANmaRename2Files

Quick batch file to rename two files. One of my big sources of images for my ...

Card image
Get boot time

Get the last time Windows 10 was started. Needed this quickly for research.

Card image
QuickEncrypt plus others ...

Text encryption/decryption snippet that utilizes the powerful xICE encryption ...

Card image
Luhn

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

Card image
Refresh Table from View

Convert SQL View into table for speed reading. Using views a lot, I needed a ...

Card image
ScrapeURL_ToSheet

Reads content of Page from URL to a sheet. This was made specially for certain ...

Card image
Convert_Dash_to_Zero

Convert cells with dashes to zeros. Quick code needed to reset sheet copied ...

Card image
Tabindex in multipage

Tabindex and forcing focus to show in textbox if we have multipage control. ...

Card image
CSVs2Sheets

Import all CSVs found in a folder into sheets, sheet per CSV This was a quick ...

Card image
Windows 7 Photo Viewer

Reg file to show Windows Photo Viewer as option to open images with. ...

Card image
Credit Card form

Javascript-based card form with pure CSS/JS and no images From

Card image
JSPasswordStrength

Quick popup bootstrap 3 popover message to measure password strength ...

Card image
SortedFiles

Get a sorted list of files in a directory using the File System Object (FSO) ...