Similar codes

Card image cap
Limit Characters in a TextArea

This will limit the number of characters a user types in a textarea.

2018Apr18

Card image cap
Limit Textarea

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

2018Jul5

Card image cap
Dropdown button commands

A drop-down of multiple commands in pure VBA. Needed this in a large Excel-VBA ...

2022Oct12

Card image cap
Web browser in Excel VBA

Example on how to use Web browser control inside Excel userform

2019Apr25

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
Num2Ar

Convert numbers into Arabic words, like 230 to مائتان وثلاثون I have multiple ...

2019Jan9

Card image cap
HyperlinkFunction

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

2022Aug24

Card image cap
Highlight row of current month

Highlight row in Excel if it is within current month This is another version ...

2021Sep2

Card image cap
Porting Excel/VBA into OpenOffice Calc

PDF document on what needed to import VBA from Excel into OpenOffice Calc Basic

2019Feb8

Recently by developer

Card image cap
ANString_Location

Finds the location of a sting inside list of strings with certain separator, or ...

Tue 8AM

Card image cap
SettingSave + SettingRead for NumberFormat

Reads or applies certain NumberFormat to cell in settings. Same patterns as ...

Apr19

Card image cap
ANmaCellFormat

Reads or set Numberformatting for a cell or range. Can pass sheet and workbook ...

Apr18

Card image cap
CopyFields_FromTo

Moves strings within cells into other cells, move or copy. Specific task to ...

Apr17

Random Codes

Card image cap
Hide SQL table

A simple easy way to hide tables in SQL Server

2022Apr23

Card image cap
CleanFilename

Cleans file name from invalid unexpected characters that Windows refuses.

2022Feb22

Card image cap
GetWordCount

Counts how many words found inside a string. Using space, tab or enter as ...

2019Mar31

Card image cap
FGColor_Calc

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

2018Jun20