Codes Required

Similar codes

code image
IfFoundInList

Checks to see if sStr matches on of the items in Listof, knowing separator, ...

2023Jul24

code image
TextPercentageMatch

Matching any part of a string in another , then returns 0 if not match, Or ...

2018Jun26

code image
VBInstr_Any

Returns the index where any of the words from AnStrSearchFor found in SearchIn ...

Nov17

code image
VBInstr_Any

Search for string inside another, with ability to have multiple strings to ...

Nov15

code image
NumberBeforeString

Cuts a number that would be found before certain word inside a block string. ...

2024Feb1

code image
ANString_Location

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

Apr23

code image
GetWordCount

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

2019Mar31

code image
ConcatenateStrings_AmongString

Collect strings matching search from a longer string. I used it to concatenate ...

2024Jan17

code image
ANmaNumber_Closest2Word

Finds the number between two spaces that is found close to of Word1Location ...

2023Oct24

Recently by developer

code image
ToggleCells

Toggle a value through list of cells in a range Pass current value and range ...

Feb2

code image
Toggle5Values

Toggles among up to 5 values. Pass the current values, then up to 5 values (in ...

Feb2

code image
PrevWeekday

Returns date of the previous weekday (Friday, Saturday, Sunday, etc) from ...

Feb1

code image
TrimLines

Remove all line breaks from text from a text. Not like

Jan31

Random Codes

code image
ImgDimensions

Reads image dimensions, width, height, depth and image type. Details returned ...

2024Jan16

code image
jqgrid

A grid control in jQuery From

2019Sep19

code image
Service cards

Service cards in Bootstrap3, simple, and customizable. From Bootsnipp

2019Feb7

code image
Upload4

Uploading files into server, the simplest way I have here This is the famous ...

2018Sep2