Similar codes

code image
ANmaCopy_Objects

Copies objects from cell into cell Decide Sheet, and workbooks to copy from or ...

2020Nov11

code image
Paste into textbox

Paste text from clipboard into textbox

2020Oct11

code image
CopyDynamicRangeValue

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

2023Aug10

code image
CopyText2Clipboard

Copies text to clipboard using MSForms

2018May30

code image
ANmaRow_Duplicate1

Duplicate 1 row into row below with insert using fill down or copy-paste No ...

Thu 5PM

code image
CopyRange_NoClipboard

Copies range without using clipboard. Applies formats into a cell (or range) ...

2018Aug10

code image
Styles_DeleteNonStandard

Delete styles from an Excel workbook, any non-standard style will be deleted. ...

2018Aug12

code image
Copy formulas

How to copy formulas in VBA code. Learned that the hard way, just like most of ...

2019Oct3

code image
Excel 2408 bug

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

Sep10

Recently by developer

code image
ANmaNotMatch

Finds first item from RngAddr that is not listed in InRngAddr Returns the item ...

Sat 11AM

code image
FirstDuplicatedItem

Returns the value of first duplicated item found in a range. This is to ...

Fri 3AM

code image
ANmaRow_Duplicate1

Duplicate 1 row into row below with insert using fill down or copy-paste No ...

Thu 5PM

code image
MatchIf4Up

Returns row of matching 4 values in 4 columns searching from bottom to top. ...

Apr12

Random Codes

code image
ConditionalFormatting_ColorARow

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

Nov10

code image
LogFile_Add

Adds an entry to log file, if file is not exist, it will be created. Filename ...

2018Jul17

code image
Capitalize

This function capitalizes first letter of each of the words in a sentence, ...

2018Jul3

code image
Match4

Matching 4 values at the same time in 4 columns Just like Match the function, ...

2018Jun16