Search results 102

Sorted from new to old.
Card image
SendEmailMsgv2023

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

Card image
SheetTabColor

Applies certain color to sheet tab in Excel. ColorNumber is Excel ColorIndex. ...

Card image
FilesIn_Array and FoldersIn_Array

Return list of files in a folder back as array. Similar to

Card image
CopyDynamicRangeValue

Copy values from range to cell. Without using clipboard of course. Here the ...

Card image
CreditCardType

Returns credit card type and whether it is valid or not. Found it in my old ...

Card image
Luhn

Luhn function to return true or false if is valid based on Luhn identification ...

Card image
MapPath_SafeComma

MapPath version expecting comma in filename or folder. Just because we might ...

Card image
ANmaVLookup

Finds first occurrence of item in column, then returns value from same row as ...

Card image
AddDatabar_ConditionalFormatting

Adds databars conditional formatting to range of cells. Passing column, start ...

Card image
SQL Related posts

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

Card image
ANmaSQL_InsertStatement

Creates SQL INSERT statements from a table in Excel. Used to be executed to ...

Card image
Export2CSV

Exports a sheet into CSV file Dynamically finds number of rows/columns and ...

Card image
iframeBtn

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

Card image
OST Outlook file location

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

Card image
CreateUniqueList

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

Card image
Range_SaveAsImage

Exports range to an image, something we wanted to be able to do for a while now. ...