Search results 491

Sorted from new to old.
Card image
DBTable2CSV

Exports table into CSV from ASP Classic function.

Card image
iframeBtn

A button in iframe, to run certain command and return status to end user ...

Card image
GetHeaders

Reads page headers into dictionary object. an example of using Dictionary in ...

Card image
CreateUniqueList

Create list of unique items from a column into another column This is similar ...

Card image
Win10 Pin shortcuts

Multiple shortcuts to same app in Windows 10 taskbar

Card image
Hide SQL table

A simple easy way to hide tables in SQL Server

Card image
ListBox_SelectionCount

Counts how many items selected in a listbox (multi-selection listbox). Works ...

Card image
Too large procedures

No longer than 2.9k lines in a sub Oops. Baaaaad coding habits This also ...

Card image
Old cell value

Nice solution to read value in cell AFTER changed. Needed to have that feature ...

Card image
RowList_Matching

Returns list of rows numbers having cells matching text in a column. Passing ...

Card image
A is for Alpha

Military way to communicate letters in audio, for me I learned not all required, ...

Card image
GetColumnIndex

Returns Id of column (Column Index) from a cell. Similar to GetColumnName, this ...

Card image
Special chars

How to type special characters in keyboard using ALT + keypad numbers I also ...

Card image
CSVs2Sheets

Import all CSVs found in a folder into sheets, sheet per CSV This was a quick ...

Card image
fNMRPrgs, Full-form progress bar (frm77)

Show progress bar inside userform, with option to control lots of things. This ...

Card image
CleanArray

Cleans array of unwanted items This usually needed after you merge two arrays, ...