VBA-Excel 287 Visual basic for applications that works only in Microsoft Excel, aka macros

Card image cap
Macro keyboard shortcuts

Assign certain keyboard shortcut to certain macro, or clear that shortcut. ...

Card image cap
PrCal_Add_Sort

Adds to daily log, two cells, one with date, next with activity that will be ...

Card image cap
UserChanged_Log4

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

Card image cap
MathInsideANString

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

Card image cap
HTML2Str

Sppecial version to convert HTML to string. Uses RemoveHTML, then after that ...

Card image cap
AddressReferenceStyle

Change Address style from R1C1 to A1 or from A1 to R1C1. Something I needed ...

Card image cap
ANmaNumber_Closest2Word

Finds the number between two spaces that is found close to of Word1Location ...

Card image cap
ANmaFilter3

Filter database into new sheet, by copying certain columns only, not whole ...

Card image cap
Column1Range

Return a range of cells in column where ... Return Range Ignore header ...

Card image cap
Can't find Project or Library

Fix for Excel VBA error when library not found. Screenshots should show how to ...

Card image cap
End ( xlDown )

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

Card image cap
NumberFoundinsideTag

Checks if a number found between two characters, searching can be customized to ...