Search results 68

Sorted from new to old.
Card image
User-Defined Formatting

Apply special Conditional Formatting, color cells based on their values. This ...

Card image
Dynamic ASP include

ASP function replaces the standard "include" statement, allowing a TRUE working ...

Card image
Digital Clock

Actually working digital clock JavaScript-based, refreshes every second Found ...

Card image
SSTree

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

Card image
This Year

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

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
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
MoveDown + MoveUp

Moves an item in listbox up or down Needs Lst1 as listbox name Put code ...

Card image
Time2Real

Converts TIME code to number HH:MM to xx.xx As in 10:15 to 10.25, 13:30 to 13.5