Search results 66

Sorted from new to old.
Card image
ANmAdd_ThenSort_2Columns

Adds values of 2 cells into 2 columns (usually below them). I used these small ...

Card image
Between2int and Between2intinc

Checks if number between two numbers, with or without considering those numbers. ...

Card image
NumberNumberNumber

Finds 3 numbers in a string by ignoring characters between them. ' example ...

Card image
ConcatenateStrings_AmongString

Collect strings matching search from a longer string. I used it to concatenate ...

Card image
PrCal_Add_Sort

Adds to daily log, two cells, one with date, next with activity that will be ...

Card image
SQL Date from DateTime

Extract Date from Datetime field in SQL An old method I found in my archive.

Card image
Between_2Chars

Returns if a char was found between two defined characters. Like find if Loss ...

Card image
BusinessDateDiff

Number of Business days between two dates. Note that it doesn't take Christmas, ...

Card image
IfFullWord

Returns True if found as full, False if not found as full Full word means word ...

Card image
Times_inHours

Calculate the total number of hours between two times and return in format ...

Card image
ANmaDate

Returns date in human format. Which is as follows... Just day name (and time) ...

Card image
Windows Common Controls 6.0

This is the needed library to have Windows Common Controls installed to be used ...

Card image
SettingNameAlreadyFound

Searches for a setting value in set of Settings, in Excel spreadsheet using ...

Card image
FoundinList

Finds a matching item of a number in list of numbers. Returns 1 if found, 0 if ...

Card image
DBTable2CSV

Exports table into CSV from ASP Classic function.

Card image
ASP Classic Page Cache

Set page to cache at certain time or force cache refresh. Something I found ...