Search results 85

Sorted from new to old.
Card image
SSTree

Tree code, driven by Access DB A code I found somewhere online that I enhanced ...

Card image
Split string into table

Returns tag words (as table) in Microsoft SQL Separator set to comma, but you ...

Card image
This Year

A quick JS way to get the year of today, a method found it online, and wanted ...

Card image
HTML and URL codes

Always find my self needing to know those quickly to continue working, so ...

Card image
DigitsORLettersOnly

Check if the string has special characters or not, only Letters or digits ...

Card image
Prn

Printout into page, along with additional function to decide where to put the ...

Card image
Base64encode + Base64decode

Encodes and decodes a string, Base64 is used to convert binary data (like ...

Card image
CustomExcelMenu - FaceIDs

How to create custom Excel menu, this one shows the IDs and icons of 20 icons, ...

Card image
Limit Textarea

Show number of characters in a textarea and limit if it goes greater than ...

Card image
NMACode

Converts all Ƽ found in a string into their actual chars

Card image
CreateGUID

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

Card image
ShowAgain2

Make selected item in listbox to be displayed at center of listbox after ...

Card image
DelOldFiles

Delete files in a specified folder which are older than x days This code ...

Card image
CanAccessVBA

Returns true if VBA is accessible through code, returns false if not

Card image
HaveNonEnglish + StringASCIIs

Checks if one char is within two ASCII codes or not (StringASCIIs) Used to see ...

Card image
1FileDB

DB in a File (One of my best library codes so far) Saves/Reads/Deletes certain ...