Search results 79

Sorted from new to old.
Card image cap
Excel 2408 bug

Serious bug in Office update that was pushed Aug 26th. At least from Excel ...

Card image cap
ANmaRead_1stFile

Returns information about first file name found after sorting matching files in ...

Card image cap
StartApp-IfNotStarted

Checks if application is already running, returns 1 or 0 My first function

Card image cap
FindZipFile_WShell

Finds the first zip in a folder matching wild cards mask using WScript.Shell ...

Card image cap
FindImg_WShell

Finds the first image in a folder matching wild cards mask using WScript.Shell ...

Card image cap
ANmaSearch_OrFriends

Search for one of items in SearchFor_ListOfFriends inside SearchIn and return ...

Card image cap
Quarter1stLastDate_FromQuarterText

Returns the date of 1st day or last day in a Quarter Mar 31st, Jun 30th, Sep ...

Card image cap
ANmaReplace_Occurrence

Replaces certain occurrence of a string with another inside a string. Like ...

Card image cap
ANmaHTMLTables_Combine2

Combine strings of two HTML tables into string of one table.

Card image cap
ListBox bug with TabIndex

Setting TabIndex for a listbox to 0 in a Userform will have some issues when ...

Card image cap
FindAncherURL_InHTMLRow

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

Card image cap
VBInstr_Numeric

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

Card image cap
Random Number in SQL

Generate Random number inside SQL using timestamp (GetDate function) One of ...

Card image cap
Gototop + Circular scroll progress

JS icon to show progress of scroll in webpage having button to go back to top. ...

Card image cap
VLookup_HTML

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

Card image cap
VBInstrRev

Similar to VBInstr, but this one does it in reverse, which is instrrev() ...