Search results 50

Sorted from new to old.
Card image
LXFormat

Formats a number found at end of string to have additional leading zeros to ...

Card image
HyperlinkFunction

Returns the formula for a hyperlink [=Hyperlink(...) ] to be inserted in a cell. ...

Card image
setSelectedIndex byname and byval

Set active (Selected) item in listbox using javascript Imported and modified ...

Card image
CutString8

Cuts a string from certain character to certain character with option of either ...

Card image
FeeKey + UnFeeKey

Protect Numbers by encoding them into Alphabetic And convert them back ...

Card image
NameNum

Finding the number of a name, used in a numerology program. Finds the number ...

Card image
ShortenDir

Shorten a long Dir by adding ... in the middle to make it fit in small boxes ...

Card image
Sidebar navbar

Bootstrap side navbar (sidebar) Can be pushed to left or right From

Card image
HeadingZeros Remove and Add

Adds or remove zeros at start of string Used to clear heading zeros from ...

Card image
IsValidUTF8 + DecodeUTF8 + EncodeUTF8

Checks UTF8, or convert to/from UTF8. Simple functions to convert the first 256 ...

Card image
FindFile_Word

Finds a file within open documents of current instance

Card image
DigitsORLettersOnly

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

Card image
CutString_Words_Left + CutString_Words_Mid

Cuts the left or Middle part of string without breaking words Can specify ...

Card image
Encrypt1 + Decrypt1

Encrypts (and decrypts) a string. To decrypt an encrypted string, use the ...

Card image
VB6Format

Trying to create VB6 "Format" function in Classic ASP, works now for date only, ...

Card image
RemoveHTMLTags

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