VBA-Excel 332

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

Toggle a value through list of cells in a range Pass current value and range ...

Card image
Toggle5Values

Toggles among up to 5 values. Pass the current values, then up to 5 values (in ...

Card image
TrimLines

Remove all line breaks from text from a text. Not like

Card image
HTMLTable_FindTable

Reads < table .... < /table> found after index Have ability to opnly bring the ...

Card image
ANStrFind_AndOrRemove

Checks (and/or removes) if an item was found in list of items and return 1 if ...

Card image
ANmaSum_5IFs

Returns Sum conditionally of 5 columns (SumIFS), in a sheet, certain workbook ...

Card image
ANmaRemoveDuplicates2

Remove duplicated rows based on 2 columns in a table of any number of columns. ...

Card image
ANmaRemoveDuplicates4

Removes duplicated rows in a table based on 4 duplicated columns. Table can be ...

Card image
VBInstr_Occurance

Returns location of text inside another with jump ability for any certain ...

Card image
Match6_Until

Searches for six values in six columns and return the row number if all found, ...

Card image
CutString96_NumberBefore and After

Cuts the number found before our search word by going back certain number of ...

Card image
Match4_Until

Search 4 columns with a stop. Tell the function to stop searching after certain ...

Card image
ANmaRemoveBlanks_1Col

Remove blank cells from 1 column

Card image
VBInstr_Any

Search for string inside another, with ability to have multiple strings to ...

Card image
ANmaSum_4IFs

Applies SumIFs for 4 columns, same sheet, same workbook Another function to do ...

Card image
Match5_5thNot0 and Match6_6thNot0

Searches for 4 cells in 4 columns then checks for 5th column to not equal zero ...