Similar codes

Card image cap
Limit Textarea

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

2018Jul5

Card image cap
Excel-VBA Limits

These are some limits I found during my work in Excel-VBA For more of Excel ...

2020Feb5

Card image cap
Too large procedures

No longer than 2.9k lines in a sub Oops. Baaaaad coding habits This also ...

2022Jan29

Card image cap
Special chars

How to type special characters in keyboard using ALT + keypad numbers I also ...

2021Oct13

Card image cap
[TAB] inside textarea

Allow textarea's to accept TAB key (ASCII code 63) Could use some enhancements, ...

2018Jul6

Card image cap
HTML_CleanNumber

Cleans block of string (HTML block) from characters that are not needed Can ...

Jan31

Card image cap
User-defined type error

How to fix error (User-defined Type) error, especially when using outside ...

2019Feb1

Card image cap
NumberFoundinsideTag

Checks if a number found between two characters, searching can be customized to ...

Aug21

Card image cap
ChrW

Insert special characters inside Cell, using ChrW

2018Sep19

Recently by developer

Card image cap
Hex2Bin

Converts Hex to Binary

2018May28

Card image cap
IsHex

Check a string to see if it is Hex

2018May28

Card image cap
Str2Hex

Convert a string to Hex

2018May28

Card image cap
GetDigits

Extracts digits out of a string

2018May27

Random Codes

Card image cap
Import error log

Imports the SQL Server error log into a table, so that it can be queried This ...

2018Sep29

Card image cap
sortArray

Sort an array of Numeric values, simple straightforward Edit v3 2021-09-21: ...

2018Jul25

Card image cap
FGColor_Calc

To set the color of the foreground based on background color to get best look. ...

2018Jun20

Card image cap
WordsCount

Counts the words in a string (using spaces)

2018Apr23