Search results 60

Sorted from new to old.
Card image
Luhn

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

Card image
IfFoundInList

Checks to see if sStr matches on of the items in Listof, knowing separator, ...

Card image
IfFullWord

Returns True if found as full, False if not found as full Full word means word ...

Card image
ReadBinaryChunk

Reads certain chunk of a file in binary. Used with large files (like ~7gb ...

Card image
FontAwesome icons in Office apps

Best way to use FontAwesome set of icons in apps, mainly my Excel tools and ...

Card image
AddDatabar_ConditionalFormatting

Adds databars conditional formatting to range of cells. Passing column, start ...

Card image
DiskDriveType

Returns drive type as text, like fixed, CD, etc. Can pass either drive letter, ...

Card image
BrowserSetting

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

Card image
BooleanCount

Counts how many values are True (or anything) in an array of boolean values ...

Card image
Special chars

How to type special characters in keyboard using ALT + keypad numbers I also ...

Card image
2 VB.net pdf books

Free from apress website https://www.apress.com More books

Card image
InSheet_ChangeImage

Allows users to inserts image into sheet, replacing old one, with ability to ...

Card image
Pps vs ppsx

PowerPoint slideshow file types and differences in file size. Bottom line, if ...

Card image
BrowseImage

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

Card image
Bootstrap Editable Table

Editable table with Bootstrap 4, with multiple controls, having: Checkbox for ...

Card image
SortedFiles

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