Search results 222

Sorted from new to old.
Card image
JSON-VBA

2 modules to read output of json API (or file) into parsed array of objects. ...

Card image
Sorting Strings

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

Card image
UI_2ValidationsUpdate

Apply validation on two cells, when a 3rd cell is changed When modifying a ...

Card image
Column2AnString_Unique

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

Card image
NextID_Reset

Checks if ID has been reset in SQL database table If yes, it will reset it and ...

Card image
Custom Excel Right-Click Menus

Customizing Excel's right click menus The following code demonstrates how to ...

Card image
DB_Connect

VBA-Excel function to connect to SQL Database server, in addition to ...

Card image
ShortenDir

Shorten a long Dir by adding ... in the middle to make it fit in small boxes ...

Card image
ShowImage

Show an image using irfanview or Windows 7 image viewer. Looking to add more ...

Card image
Decode and NVL

Two oracle SQL functions, that are interesting. Decode to work as (Select ...

Card image
Most recent in Oracle DB

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

Card image
Barcode Generator

Pure ASP Classic barcode generator This is one of my past findings, I will be ...

Card image
CSS Charts

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

Card image
ANmaThemeSwitcher

Add ability to switch Bootstrap 4+ theme for your website.. This was a ...

Card image
ANSQLWherein

Creates list of items to be used in ' Where item in (List)' list Mainly adds ...

Card image
FilterSheet_1By1 + FilterSheet_Clear

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