Search results 216

Sorted from new to old.
Card image
CreateList_Matching

Creates list of items found in rows, where these rows match a value in another ...

Card image
Column2AnString_Unique

Creates list of unique items found in a column, returns string with items ...

Card image
DeleteOtherSheets

Deletes all sheets in a workbook keeping only one

Card image
IntlIsAlphaCharacter

Test if a character is alphanumeric, regardless of the code page or language ...

Card image
Switch Virtual Desktops

Ready to use exe application that helps you switching the desktop in Windows 10 ...

Card image
Barcode Generator

Pure ASP Classic barcode generator This is one of my past findings, I will be ...

Card image
Fraction calulator

Bing gives you a nice quick way to do calculations, now with fraction ...

Card image
BodyYoutubeLink2iframe

Creates youtube embed from link Converts a youtube video link into a youtube ...

Card image
GeneratePostID

Two functions to generate ID that is unique (not found in database) ...

Card image
AN_SafeFileName

Clean filename from special characters to make it safe for server upload Then ...

Card image
ANBSThumbImg + ANBSThumbLink

Creates thumb of an image with or without link to original Use ANBSThumbLink ...

Card image
ANmaRedirect_Plus1

Function to log the redirects that happen into website It is merely used with ...

Card image
ShrinkText

Shrinks a text into smaller text controlling where is the majority will be ...

Card image
HasDups

Indicates if an array contains duplicate values. returns True if more than one ...

Card image
Char(39) in SQL table

One of many ways to go around the issue of char 39 in SQL database

Card image
HTMLDecode + HTMLEncode

Decode and encode back a string using HTML Technically found online, but ...