Search results 64

Sorted from new to old.
Card image
MatchIfUp or MatchIfRev

Searching for an item in a column from bottom to top. Will search for item in ...

Card image
VLookup_HTML

Does a search in 1st column (< td tag) in an HTML table (< table tag), and ...

Card image
ANStrFind_AndOrAdd

Checks if an item was found in list of items and return 1 if yes, 0 if not ...

Card image
IfFoundInList

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

Card image
ANmaHTMLContent

Reads certain part in HTML output of a page. Will search for list of strings ...

Card image
File_SettingRead + File_SettingSave

Reads and saves settings to Settings file, used asp here. Similar to

Card image
ANmaBatchCreate + ANmaBatchRun

Creates batch file with certain content, and another function to actually ...

Card image
CreateUniqueList

Create list of unique items from a column into another column This is similar ...

Card image
IsError_Range

Checks if range has at least one error in a range of cells Fast, and simple

Card image
Card image
URLDecode

Decodes a URL encoded string back into the original text. Similar to ...

Card image
CreateList_Matching

Creates list of items found in rows, where these rows match a value in another ...

Card image
HasDups

Indicates if an array contains duplicate values. returns True if more than one ...

Card image
ProfileBadge_Linkedin

Creates Linkedin profile badge for certain user as HTML output as string. ...

Card image
Select2

Select2 a single selectbox implementation Using Bootstrap from

Card image
VBInstr (or Instr parameters)

The great function InStr I use a lot has a small confusing part. Which string ...