Search results 59

Sorted from new to old.
Card image
ConditionalFormatting_ColorARow

Adds conditional formatting to color a row in table based on output of formula ...

Card image
Excel 2408 bug

Serious bug in Office update that was pushed Aug 26th. At least from Excel ...

Card image
Excel clipboard bug

Looks like there is a bug in Excel when dealing with copy and paste. Excel ...

Card image
MathInsideANString

Perform math on numbers inside list of numbers in format of ANString. ...

Card image
Luhn

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

Card image
O365 Blocked Macros

Recent Microsoft 365 Excel blocked macros from running when they are in ...

Card image
Range22DimArray

Imports a range into 2-dimension array. Returns the array, providing range, ...

Card image
ANmaInt

Cuts the integer part of a number. Like INT, FIX, or CINT I know we already ...

Card image
Progress in two nested loops

Formula to show progress to end user from inside two loops. More like an ...

Card image
Range_Add_or_Subtract

Adds an amount (or subtract) from a range of cells in one click Similar to

Card image
Dropdown button commands

A drop-down of multiple commands in pure VBA. Needed this in a large Excel-VBA ...

Card image
Cell_Add_or_Subtract

Adds amount to active cell, or subtract Applies to selected cell in current ...

Card image
HyperlinkFunction

Returns the formula for a hyperlink [=Hyperlink(...) ] to be inserted in a cell. ...

Card image
Protecting VBA code

Steps to protect VBA project in Excel, posted here for reference mainly. An ...

Card image
ANmaSQL_UpdateDateStatement

Creates "Update Table " SQL statements to be executed inside SQL to modify ...

Card image
ANmaSQL_InsertStatement

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