Search results 68

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
This Year

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

Card image
Arabic SQL+ASP

Enable Arabic in MSSQL DB, the correct way, as of Sep 2018 Tested in Alwah and ...

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
RemoveHTMLTags

Remove HTML tags from a string, note, this won't handle html encoding.

Card image
Import_CSV

Import the CSV file, DOES NOT OPEN, Open does not fix encoding issue, import ...

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 ...