Search results 59

Card image cap
Concatenate_HTMLColumn

Build a string from a certain column in html table (using < table, < tr, and < ...

Card image cap
FindAncherURL_InHTMLRow

Finds the URL (href tag value) for an anchor inside a table row (tr element) ...

Card image cap
HTML_InsideTag_ByIndex

Checks if LocIndex is found between open and close of HTMLTag or between close ...

Card image cap
ANmaRemoveNestedTags

Remove tags that are identical and nested inside each other in an HTML document, ...

Card image cap
HTMLTagID_Previous

Return id for any html tag that was found above certain location of html page. ...

Card image cap
VLookup_HTML

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

Card image cap
ConcatenateStrings_AmongString

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

Card image cap
ANmaHTMLPadding

Finds the padding or margin from a style statement for an HTML tag. Passing ...

Card image cap
VBHTMLInstr

Searches for string in readable text from HTMLBlock. So it will not find what ...

Card image cap
Between_2Chars

Returns if a char was found between two defined characters. Like find if Loss ...

Card image cap
SearchinHTMLTable

Search for a word in a certain column in html table and return the full row ...

Card image cap
HTML2Str

Sppecial version to convert HTML to string. Uses RemoveHTML, then after that ...