Search results 96

Card image cap
Sorting Strings

This is not a function as much as a note. I needed to force a line to show at ...

Card image cap
CreateList_Matching

Creates list of items found in rows, where these rows match a value in another ...

Card image cap
Column2AnString_Unique

Creates list of unique items found in a column, returns string with items ...

Card image cap
Reset ID Column

How to reset ID Column in Microsoft SQL, (not completed yet). This is because ...

Card image cap
Most recent in Oracle DB

List the most recently added rows based on a date column.

Card image cap
CSS Charts

Great articel about making charts in CSS. It has 3 main types, bar, column, ...

Card image cap
FilterSheet_1By1 + FilterSheet_Clear

Sets Autofilter in a sheet, and another function to clear Autofilter ...

Card image cap
Add2Column

Quickly adds value to certain column in Excel sheet As usual, you can define ...

Card image cap
all_tab_columns

List all columns in all tables for all schemas in oracle db workbench

Card image cap
Copy formulas

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

Card image cap
Tabulator

A nice, advanced powerful table control in js From

tabulator-master.zip

Card image cap
CountArrayCol

Returns the count of array fields, given the dimension, using UBound ...