Search results 92

Sorted from new to old.
Card image
UserChanged_Log4

Adds date to column1 when user enters text in column2. Also, if user remove ...

Card image
SendEmailMsgv2023

Sending email using Microsoft 365 account. Edit 2024-12-19: Fixing ability to ...

Card image
Latest records date and count

Find how many items in table, with column DateAdded is the latest DateAdded in ...

Card image
BusinessDateDiff

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

Card image
BusinessDateAdd

Counts the number of business days Add or subtract a number of business days ...

Card image
Column1Range

Return range of cells in column having data where, ignoring header cell and ...

Card image
End ( xlDown )

A bug found because of using End(xlDown) Please stop using Range("A1"). ...

Card image
Excel user name

Get application user name or change it Originally from

Card image
NumberDigitImage

Creates list of images to represents a number. Basically multiple < img > tags ...

Card image
Convert_Dash_to_Zero

Convert cells with dashes to zeros. Quick code needed to reset sheet copied ...

Card image
OutlookFolder_DuplicatesCount

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

Card image
LastRow_Remove

Removes last row in a table starting certain cell. Creating and using this ...

Card image
SQL Related posts

Steps to create related posts query in SQL. Index, catalog, matching posts for ...

Card image
OST Outlook file location

Outlook OST (and PST) files to be saved in different location Instruction can ...

Card image
BooleanCount

Counts how many values are True (or anything) in an array of boolean values ...

Card image
ListBox_SelectionCount

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