Codes Required

Similar codes

code image
ChrW

Insert special characters inside Cell, using ChrW

2018Sep19

code image
KeyASCII

KeyASCII list, I often need that in my projects. List of ASCII codes 1 to 256

2019Apr27

code image
DigitsORLettersOnly

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

2018Aug8

code image
Limit Characters in a TextArea

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

2018Apr18

code image
HTML_CleanNumber

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

Jan31

code image
RemoveDuplicates

Removes duplicated items from a 1-dim array into new array, does not modify ...

2022Jul7

code image
AN_SafeFileName

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

2019Dec10

code image
URL2Text + Text2URL

URL2Text to convert a URL into string Text2URL will converts a text with ...

2018Apr15

code image
CutLeftNumber

Cuts the left part of string as long as it is number Keeps getting characters ...

Dec31

Recently by developer

code image
HTMLCloseTag_HasWordAfter

Finds the number of occurrence of a "Numeric" inside a string having a certain ...

Oct6

code image
CountColumnCells_Unique

COunts unique cells found in a column. Passing sheetname, workbook name and ...

Oct6

code image
RoundUp2

Rounds a number to nearest identifier up. Like 105 up to nearest 20 ...

Oct1

code image
Walking Columns (Scrollable Columns-Chart)

Allow users to scroll through columns in column-chart. Used chart.js, this is ...

Sep30

Random Codes

code image
Copy formulas

How to copy formulas in VBA code. Learned that the hard way, just like most of ...

2019Oct3

code image
Tabs29

Pure CSS tabs

2019Jun20

code image
ShowThumb

ASP.Net ShowThumb.aspx file that generates image thumb from an image, official ...

2018Sep19

code image
FS_CopyFile

Copies a file

2018Jun24