Codes Required

Card image cap
GetColumnName, ColumnName_XOffset

Gets the column name from a cell address. Returns "E" from "E45", or "BR" from ...

2018Jun15

Card image cap
CountColumnCells + CountColumnCells_Criteria

Counts how many cells in a column in any sheet, any workbook using COUNTIF ...

2018May23

Similar codes

Card image cap
Delete_Unwanted_Rows

Delete rows in a different way I used to delete rows by looping through those ...

2020Apr14

Card image cap
DB_Read1Row (DB_Read1stRow)

Reads from a table in a DB Reads only the first row, and return a string ...

2018Apr21

Card image cap
Row_PixelLocation

Gets the cell row where a certain shape is located by passing shape.Top number ...

2021Feb2

Card image cap
DynamicFill

Fills in more rows at end of a range Used to add more rows at end to have all ...

2022Mar11

Card image cap
DB_AllRows

Returns all rows found from an SQL Query as string Separated by row and column ...

2018Apr23

Card image cap
Concatenate_HTMLColumn

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

Mar14

Card image cap
CopyRowHeight

Copy row height from row to another Used to fix row heights or merged cells to ...

2019Aug1

Card image cap
Copy formulas

How to copy formulas in VBA code. Learned that the hard way, just like most of ...

2019Oct3

Card image cap
MatchLastIf

Finds last occurrence of a match in a column Finds the row of last time an ...

2019Jun12

Recently by developer

Card image cap
ANString_Location

Finds the location of a sting inside list of strings with certain separator, or ...

Tue 8AM

Card image cap
SettingSave + SettingRead for NumberFormat

Reads or applies certain NumberFormat to cell in settings. Same patterns as ...

Apr19

Card image cap
ANmaCellFormat

Reads or set Numberformatting for a cell or range. Can pass sheet and workbook ...

Apr18

Card image cap
CopyFields_FromTo

Moves strings within cells into other cells, move or copy. Specific task to ...

Apr17

Random Codes

Card image cap
ANStrFind_AndOrAdd

Checks if an item was found in list of items and return 1 if yes, 0 if not ...

Dec19

Card image cap
Construction graphics 27

27 graphics for construction, or under construction

2019May2

Card image cap
Copy File

Copys a file from one location to another using WSH

2018Apr23