Search results 108

Card image cap
CopyFiles Excel-Macro

Simple macro to make sure we have a copy of all files in a folder found in ...

CopyFiles.zip

Card image cap
FindAncherURL_InHTMLRow

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

Card image cap
DateDateDate

Finds three dates after each other in one paragraph. Needed to locate numbers ...

Card image cap
NumberNumberNumber

Finds 3 numbers in a string by ignoring characters between them. ' example ...

Card image cap
HTML_InsideTag_ByIndex

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

Card image cap
VBInstr_Numeric

Finds location of 1st numeric character inside string starting from a certain ...

Card image cap
SwitchTextinCells

Switch text inside cells with another text. This was needed to correct an bug ...

Card image cap
FindLinks xla

Excel Addon to find links in workbook. FindLinks v13.2 From

findlink.zip

Card image cap
gsplit usage

How to use gsplit to split large files into smaller parts to allow to read it. ...

GSplitPDF.zip

Card image cap
Int function in ASP Classic (cint vs fix)

If you are looking for a function ASP Classic (VBScript) to do what Int() does ...

Card image cap
SQL instr

Searching for a string inside a string in SQL. You may say it is the instr in ...

Card image cap
HTMLTagID_Previous

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