VBA-Excel 304

Visual basic for applications that works only in Microsoft Excel, aka macros
Sorted from new to old.
Card image cap
ANmAddressSame

Checks if passed addresses are referring to same cell regardless of ...

Card image cap
ANmAddressRefStyle

Returns type of the cell address, A1 or R1C1 If multiple cells passed, the ...

Card image cap
ANmaCellChar_Superscript_Subscript

Sets certain character inside a cell as superscript or subscript

Card image cap
HTMLTable_FullRow

Returns full row from RowID ... the full area between < tr ...> and < /tr> from ...

Card image cap
ANstr_Column

Reads and concatenate the full HTML or non-HTML of column (ColumnID) from HTML ...

Card image cap
Unblock blocked macros.

Unblock macros in file copied or downloaded from another machine. Excel keeps ...

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
DateDiff_Networkdays

Calculates no of workdays between two dates. Option to use international ...

Card image cap
Center Userform

Looks like forcing a Userform to be in center of an application is not as easy ...

Card image cap
RemoveSignWord

Removes the WordTemplate [Sign-Head-????] from FromStr and returns whatever ...

Card image cap
ReturnLongestString_Of2

Returns the string that is longer, comparing what is before StrSepa versus ...

Card image cap
CountRowCells

Counts how many cells with data in a row, starting from certain column until ...

Card image cap
JSON_To_Table

An attempt to read json into table. This one is a work in progress, tested and ...

Card image cap
Min_No0s

Getting the minimum number from an array excluding zeros.

Card image cap
ANmAdd_ThenSort_2Columns

Adds values of 2 cells into 2 columns (usually below them). I used these small ...

Card image cap
MatchIf6Up

Searches for 6 values in 6 columns and return the row number found in. ...