Search results 136

Sorted from new to old.
Card image
ListItemText_to_ListIndex

Finds the index of an item in listbox (or combobox) It searches for that item ...

Card image
NumberBeforeString_HTML2

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

Card image
CutString_ANmaRules

Extract certain text from another text based on Rules defined, like extracting ...

Card image
HTMLTable_FindTable

Reads < table .... < /table> found after index Have ability to opnly bring the ...

Card image
ANStrFind_AndOrRemove

Checks (and/or removes) if an item was found in list of items and return 1 if ...

Card image
ANmaSearch_AllWords_FromANStr

Checks if string has all words from ANStr inside Retuns 0 if not found or ...

Card image
VBInstr_Occurance

Returns location of text inside another with jump ability for any certain ...

Card image
VBInstr_Any

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

Card image
VBInstr_Any

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

Card image
RegExPatternMatch

Checks string against pattern using RegEx (VBScript.RegExp). The pattern ...

Card image
Sheet_RowID_Generate + _LastUsed

Generate random unique ID in a column as IDyyyymmRRRR And the second function ...

Card image
HTMLCloseTag_HasWordAfter

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

Card image
CountColumnCells_Unique

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

Card image
Font-Based progress bar

Show progress bar using fonts only. Neat trick to use inside HTML or word ...

Card image
HTMLdd_Fromdt

Extracts the innerText of < dd > < / dd> for a specific < dt> < /dt> from HTML ...

Card image
ExtractNumeric_FromCell

Returns the number from an HTML cell after cleaning and finding sign. We faced ...