Search results 119

Sorted from new to old.
Card image
Frequency1

Finds how many a string found inside larger string. Similar to Frequency but ...

Card image
SQL Date from DateTime

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

Card image
ReplaceStrings

Replace strings found in list of strings from inside a string, does that make ...

Card image
IfFullWord

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

Card image
Refresh Table from View

Convert SQL View into table for speed reading. Using views a lot, I needed a ...

Card image
SubZero

Forces Excel to not convert numbers during moving them across sheets, or ...

Card image
GetAmazonPrice

Reading price of an item in Amazon. An AI-generated function with AI-generated ...

Card image
FontAwesome icons in Office apps

Best way to use FontAwesome set of icons in apps, mainly my Excel tools and ...

Card image
Filename_Clean

Returns cleaned file name of invalid characters. Needs to be modified if used ...

Card image
OutlookFolder_DuplicatesCount

Counts emails with 1 or more duplicates in active folder in Outlook. Still not ...

Card image
MultiTrim

Trims leading and trailing tabs, spaces and Enters Code has lines to work in ...

Card image
SwapNumbers

Swap two numbers variables without using third variable A trick worth saving ...

Card image
ASPUsers

Show ActiveUsers in webpage using ASP Classic, this also works as an example of ...

Card image
CleanFilename

Cleans file name from invalid unexpected characters that Windows refuses.

Card image
SaveAsHTML_Template

Creates HTML file using template found in a column. Have lines of HTML in a ...

Card image
Old cell value

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